Html Css Color HEX #09402A British Racing Green

📋 copy color: '#09402A'

red 9 ◦ green 64 ◦ blue 42

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

Shades of British Racing Green #09402A

Tints of British Racing Green #09402A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 36.52%

R = 7.83%
G = 55.65%
B = 36.52%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.34

 K value IS 0.75

RGB Variations

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

Color information

#09402A (or 0x09402A) is known color: British Racing Green. HEX triplet: 09, 40 and 2A. RGB value is (9,64,42). Sum of RGB (Red+Green+Blue) = 9+64+42=115 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.83% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 42 (16.80% from 255 or 36.52% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #09402A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09402A is #F6BFD5. Grayscale: #2D2D2D. Windows color (decimal): -16170966 or 2768905. OLE color: 2768905.

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

Color convert

RGB 9 64 42 -
CMYK 0.86 0 0.34 0.75
HSL 156º 0.75% 0.14% -
HSV(B) 156º 0.86% 0.25% -
XYZ 2.36 3.89 2.82 -
YUV 45.05 126.28 102.29 -
System Red Green Blue C M Y K H S L
Decimal 9 64 42 0.86 0 0.34 0.75 156 0.75 0.14
Hex 9 40 2A 56 0 22 4B 9C 4B E
Octal 11 100 52 126 0 42 113 234 113 16
Binary 1001 1000000 101010 1010110 0 100010 1001011 10011100 1001011 1110

Color Harmonies of #09402A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09402A

Black with #09402A

Text Example


Text Example

White with #09402A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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