Html Css Color HEX #09412B British Racing Green

📋 copy color: '#09412B'

red 9 ◦ green 65 ◦ blue 43

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

Shades of British Racing Green #09412B

Tints of British Racing Green #09412B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 55.56%

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

R = 7.69%
G = 55.56%
B = 36.75%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#09412B (or 0x09412B) is known color: British Racing Green. HEX triplet: 09, 41 and 2B. RGB value is (9,65,43). Sum of RGB (Red+Green+Blue) = 9+65+43=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 65 (25.78% from 255 or 55.56% from 117); Blue value is 43 (17.19% from 255 or 36.75% from 117); Max value from RGB is 65 - color contains mainly: green. Hex color #09412B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09412B is #F6BED4. Grayscale: #2D2D2D. Windows color (decimal): -16170709 or 2834697. OLE color: 2834697.

HSL color Cylindrical-coordinate representation of color #09412B: hue angle of 156.43º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09412B is Cyan = 0.86, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 43 -
CMYK 0.86 0 0.34 0.75
HSL 156.43º 0.76% 0.15% -
HSV(B) 156.43º 0.86% 0.25% -
XYZ 2.44 4.01 2.93 -
YUV 45.75 126.45 101.79 -
System Red Green Blue C M Y K H S L
Decimal 9 65 43 0.86 0 0.34 0.75 156.43 0.76 0.15
Hex 9 41 2B 56 0 22 4B 9C 4C F
Octal 11 101 53 126 0 42 113 234 114 17
Binary 1001 1000001 101011 1010110 0 100010 1001011 10011100 1001100 1111

Color Harmonies of #09412B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09412B

Black with #09412B

Text Example


Text Example

White with #09412B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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