Html Css Color HEX #09442B British Racing Green

📋 copy color: '#09442B'

red 9 ◦ green 68 ◦ blue 43

#09442B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of British Racing Green #09442B

Tints of British Racing Green #09442B

RGB

 RED value IS 9 (3.91% from 255) = 7.5%

 GREEN value IS 68 (26.95% from 255) = 56.67%

 BLUE value IS 43 (17.19% from 255) = 35.83%

R = 7.5%
G = 56.67%
B = 35.83%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.37

 K value IS 0.73

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#09442B (or 0x09442B) is known color: British Racing Green. HEX triplet: 09, 44 and 2B. RGB value is (9,68,43). Sum of RGB (Red+Green+Blue) = 9+68+43=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 68 (26.95% from 255 or 56.67% from 120); Blue value is 43 (17.19% from 255 or 35.83% from 120); Max value from RGB is 68 - color contains mainly: green. Hex color #09442B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09442B is #F6BBD4. Grayscale: #2F2F2F. Windows color (decimal): -16169941 or 2835465. OLE color: 2835465.

HSL color Cylindrical-coordinate representation of color #09442B: hue angle of 154.58º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09442B is Cyan = 0.87, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 68 43 -
CMYK 0.87 0 0.37 0.73
HSL 154.58º 0.77% 0.15% -
HSV(B) 154.58º 0.87% 0.27% -
XYZ 2.62 4.37 2.99 -
YUV 47.51 125.45 100.53 -
System Red Green Blue C M Y K H S L
Decimal 9 68 43 0.87 0 0.37 0.73 154.58 0.77 0.15
Hex 9 44 2B 57 0 25 49 9B 4D F
Octal 11 104 53 127 0 45 111 233 115 17
Binary 1001 1000100 101011 1010111 0 100101 1001001 10011011 1001101 1111

Color Harmonies of #09442B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09442B

Black with #09442B

Text Example


Text Example

White with #09442B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09442B; }

 p { color: rgb(9,68,43); }

 H1.HeaderClassName
 {
   color: #09442B;
 }
 .AnyTagClassName
 {
   color: #09442B;
 }
</style>

background-color css

<style>
 a { background-color: #09442B; }

 a { background-color: rgb(9,68,43); }

 div.DivClassName
 {
   background-color: #09442B;
 }
 .BgClassName
 {
   background-color: #09442B;
 }
</style>

border-color css

<style>
 span { border-color: #09442B; }

 span { border-color: rgb(9,68,43); }

 td.TdClassName
 {
   border-color: #09442B;
 }
 .TagClassName
 {
   border-color: #09442B;
 }
</style>