Html Css Color HEX #09422A British Racing Green

📋 copy color: '#09422A'

red 9 ◦ green 66 ◦ blue 42

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

Shades of British Racing Green #09422A

Tints of British Racing Green #09422A

RGB

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

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

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

R = 7.69%
G = 56.41%
B = 35.9%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#09422A (or 0x09422A) is known color: British Racing Green. HEX triplet: 09, 42 and 2A. RGB value is (9,66,42). Sum of RGB (Red+Green+Blue) = 9+66+42=117 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.69% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 42 (16.80% from 255 or 35.90% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #09422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09422A is #F6BDD5. Grayscale: #2E2E2E. Windows color (decimal): -16170454 or 2769417. OLE color: 2769417.

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

Color convert

RGB 9 66 42 -
CMYK 0.86 0 0.36 0.74
HSL 154.74º 0.76% 0.15% -
HSV(B) 154.74º 0.86% 0.26% -
XYZ 2.48 4.12 2.86 -
YUV 46.22 125.62 101.45 -
System Red Green Blue C M Y K H S L
Decimal 9 66 42 0.86 0 0.36 0.74 154.74 0.76 0.15
Hex 9 42 2A 56 0 24 4A 9B 4C F
Octal 11 102 52 126 0 44 112 233 114 17
Binary 1001 1000010 101010 1010110 0 100100 1001010 10011011 1001100 1111

Color Harmonies of #09422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09422A

Black with #09422A

Text Example


Text Example

White with #09422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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