Html Css Color HEX #09402C British Racing Green

📋 copy color: '#09402C'

red 9 ◦ green 64 ◦ blue 44

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

Shades of British Racing Green #09402C

Tints of British Racing Green #09402C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 37.61%

R = 7.69%
G = 54.7%
B = 37.61%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#09402C (or 0x09402C) is known color: British Racing Green. HEX triplet: 09, 40 and 2C. RGB value is (9,64,44). Sum of RGB (Red+Green+Blue) = 9+64+44=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 64 (25.39% from 255 or 54.70% from 117); Blue value is 44 (17.58% from 255 or 37.61% from 117); Max value from RGB is 64 - color contains mainly: green. Hex color #09402C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09402C is #F6BFD3. Grayscale: #2D2D2D. Windows color (decimal): -16170964 or 2899977. OLE color: 2899977.

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

Color convert

RGB 9 64 44 -
CMYK 0.86 0 0.31 0.75
HSL 158.18º 0.75% 0.14% -
HSV(B) 158.18º 0.86% 0.25% -
XYZ 2.4 3.91 3.01 -
YUV 45.28 127.28 102.13 -
System Red Green Blue C M Y K H S L
Decimal 9 64 44 0.86 0 0.31 0.75 158.18 0.75 0.14
Hex 9 40 2C 56 0 1F 4B 9E 4B E
Octal 11 100 54 126 0 37 113 236 113 16
Binary 1001 1000000 101100 1010110 0 11111 1001011 10011110 1001011 1110

Color Harmonies of #09402C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09402C

Black with #09402C

Text Example


Text Example

White with #09402C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #09402C; }

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

 H1.HeaderClassName
 {
   color: #09402C;
 }
 .AnyTagClassName
 {
   color: #09402C;
 }
</style>

background-color css

<style>
 a { background-color: #09402C; }

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

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

border-color css

<style>
 span { border-color: #09402C; }

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

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