Html Css Color HEX #09421F British Racing Green

📋 copy color: '#09421F'

red 9 ◦ green 66 ◦ blue 31

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

Shades of British Racing Green #09421F

Tints of British Racing Green #09421F

RGB

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

 GREEN value IS 66 (26.17% from 255) = 62.26%

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

R = 8.49%
G = 62.26%
B = 29.25%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.53

 K value IS 0.74

RGB Variations

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

Color information

#09421F (or 0x09421F) is known color: British Racing Green. HEX triplet: 09, 42 and 1F. RGB value is (9,66,31). Sum of RGB (Red+Green+Blue) = 9+66+31=106 (14% of max value = 765). Red value is 9 (3.91% from 255 or 8.49% from 106); Green value is 66 (26.17% from 255 or 62.26% from 106); Blue value is 31 (12.5% from 255 or 29.25% from 106); Max value from RGB is 66 - color contains mainly: green. Hex color #09421F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09421F is #F6BDE0. Grayscale: #2D2D2D. Windows color (decimal): -16170465 or 2048521. OLE color: 2048521.

HSL color Cylindrical-coordinate representation of color #09421F: hue angle of 143.16º degrees, saturation: 0.76, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #09421F is Cyan = 0.86, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.74.

Color convert

RGB 9 66 31 -
CMYK 0.86 0 0.53 0.74
HSL 143.16º 0.76% 0.15% -
HSV(B) 143.16º 0.86% 0.26% -
XYZ 2.31 4.05 1.96 -
YUV 44.97 120.12 102.35 -
System Red Green Blue C M Y K H S L
Decimal 9 66 31 0.86 0 0.53 0.74 143.16 0.76 0.15
Hex 9 42 1F 56 0 35 4A 8F 4C F
Octal 11 102 37 126 0 65 112 217 114 17
Binary 1001 1000010 11111 1010110 0 110101 1001010 10001111 1001100 1111

Color Harmonies of #09421F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09421F

Black with #09421F

Text Example


Text Example

White with #09421F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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