Html Css Color HEX #09412E British Racing Green

📋 copy color: '#09412E'

red 9 ◦ green 65 ◦ blue 46

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

Shades of British Racing Green #09412E

Tints of British Racing Green #09412E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 38.33%

R = 7.5%
G = 54.17%
B = 38.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.75

RGB Variations

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

Color information

#09412E (or 0x09412E) is known color: British Racing Green. HEX triplet: 09, 41 and 2E. RGB value is (9,65,46). Sum of RGB (Red+Green+Blue) = 9+65+46=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 65 (25.78% from 255 or 54.17% from 120); Blue value is 46 (18.36% from 255 or 38.33% from 120); Max value from RGB is 65 - color contains mainly: green. Hex color #09412E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09412E is #F6BED1. Grayscale: #2E2E2E. Windows color (decimal): -16170706 or 3031305. OLE color: 3031305.

HSL color Cylindrical-coordinate representation of color #09412E: hue angle of 159.64º 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 #09412E is Cyan = 0.86, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 65 46 -
CMYK 0.86 0 0.29 0.75
HSL 159.64º 0.76% 0.15% -
HSV(B) 159.64º 0.86% 0.25% -
XYZ 2.5 4.04 3.23 -
YUV 46.09 127.95 101.54 -
System Red Green Blue C M Y K H S L
Decimal 9 65 46 0.86 0 0.29 0.75 159.64 0.76 0.15
Hex 9 41 2E 56 0 1D 4B A0 4C F
Octal 11 101 56 126 0 35 113 240 114 17
Binary 1001 1000001 101110 1010110 0 11101 1001011 10100000 1001100 1111

Color Harmonies of #09412E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09412E

Black with #09412E

Text Example


Text Example

White with #09412E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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