Html Css Color HEX #09401F British Racing Green

📋 copy color: '#09401F'

red 9 ◦ green 64 ◦ blue 31

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

Shades of British Racing Green #09401F

Tints of British Racing Green #09401F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 61.54%

 BLUE value IS 31 (12.5% from 255) = 29.81%

R = 8.65%
G = 61.54%
B = 29.81%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.52

 K value IS 0.75

RGB Variations

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

Color information

#09401F (or 0x09401F) is known color: British Racing Green. HEX triplet: 09, 40 and 1F. RGB value is (9,64,31). Sum of RGB (Red+Green+Blue) = 9+64+31=104 (13% of max value = 765). Red value is 9 (3.91% from 255 or 8.65% from 104); Green value is 64 (25.39% from 255 or 61.54% from 104); Blue value is 31 (12.5% from 255 or 29.81% from 104); Max value from RGB is 64 - color contains mainly: green. Hex color #09401F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09401F is #F6BFE0. Grayscale: #2B2B2B. Windows color (decimal): -16170977 or 2048009. OLE color: 2048009.

HSL color Cylindrical-coordinate representation of color #09401F: hue angle of 144º degrees, saturation: 0.75, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09401F is Cyan = 0.86, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.75.

Color convert

RGB 9 64 31 -
CMYK 0.86 0 0.52 0.75
HSL 144º 0.75% 0.14% -
HSV(B) 144º 0.86% 0.25% -
XYZ 2.19 3.82 1.92 -
YUV 43.79 120.78 103.18 -
System Red Green Blue C M Y K H S L
Decimal 9 64 31 0.86 0 0.52 0.75 144 0.75 0.14
Hex 9 40 1F 56 0 34 4B 90 4B E
Octal 11 100 37 126 0 64 113 220 113 16
Binary 1001 1000000 11111 1010110 0 110100 1001011 10010000 1001011 1110

Color Harmonies of #09401F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09401F

Black with #09401F

Text Example


Text Example

White with #09401F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09401F; }

 p { color: rgb(9,64,31); }

 H1.HeaderClassName
 {
   color: #09401F;
 }
 .AnyTagClassName
 {
   color: #09401F;
 }
</style>

background-color css

<style>
 a { background-color: #09401F; }

 a { background-color: rgb(9,64,31); }

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

border-color css

<style>
 span { border-color: #09401F; }

 span { border-color: rgb(9,64,31); }

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