Html Css Color HEX #09402F British Racing Green

📋 copy color: '#09402F'

red 9 ◦ green 64 ◦ blue 47

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

Shades of British Racing Green #09402F

Tints of British Racing Green #09402F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 39.17%

R = 7.5%
G = 53.33%
B = 39.17%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#09402F (or 0x09402F) is known color: British Racing Green. HEX triplet: 09, 40 and 2F. RGB value is (9,64,47). Sum of RGB (Red+Green+Blue) = 9+64+47=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 64 (25.39% from 255 or 53.33% from 120); Blue value is 47 (18.75% from 255 or 39.17% from 120); Max value from RGB is 64 - color contains mainly: green. Hex color #09402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09402F is #F6BFD0. Grayscale: #2D2D2D. Windows color (decimal): -16170961 or 3096585. OLE color: 3096585.

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

Color convert

RGB 9 64 47 -
CMYK 0.86 0 0.27 0.75
HSL 161.45º 0.75% 0.14% -
HSV(B) 161.45º 0.86% 0.25% -
XYZ 2.46 3.93 3.32 -
YUV 45.62 128.78 101.88 -
System Red Green Blue C M Y K H S L
Decimal 9 64 47 0.86 0 0.27 0.75 161.45 0.75 0.14
Hex 9 40 2F 56 0 1B 4B A1 4B E
Octal 11 100 57 126 0 33 113 241 113 16
Binary 1001 1000000 101111 1010110 0 11011 1001011 10100001 1001011 1110

Color Harmonies of #09402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09402F

Black with #09402F

Text Example


Text Example

White with #09402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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