Html Css Color HEX #09452A British Racing Green

📋 copy color: '#09452A'

red 9 ◦ green 69 ◦ blue 42

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

Shades of British Racing Green #09452A

Tints of British Racing Green #09452A

RGB

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

 GREEN value IS 69 (27.34% from 255) = 57.5%

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

R = 7.5%
G = 57.5%
B = 35%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#09452A (or 0x09452A) is known color: British Racing Green. HEX triplet: 09, 45 and 2A. RGB value is (9,69,42). Sum of RGB (Red+Green+Blue) = 9+69+42=120 (15% of max value = 765). Red value is 9 (3.91% from 255 or 7.5% from 120); Green value is 69 (27.34% from 255 or 57.5% from 120); Blue value is 42 (16.80% from 255 or 35% from 120); Max value from RGB is 69 - color contains mainly: green. Hex color #09452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #09452A is #F6BAD5. Grayscale: #303030. Windows color (decimal): -16169686 or 2770185. OLE color: 2770185.

HSL color Cylindrical-coordinate representation of color #09452A: hue angle of 153º degrees, saturation: 0.77, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #09452A is Cyan = 0.87, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.73.

Color convert

RGB 9 69 42 -
CMYK 0.87 0 0.39 0.73
HSL 153º 0.77% 0.15% -
HSV(B) 153º 0.87% 0.27% -
XYZ 2.66 4.48 2.92 -
YUV 47.98 124.62 100.2 -
System Red Green Blue C M Y K H S L
Decimal 9 69 42 0.87 0 0.39 0.73 153 0.77 0.15
Hex 9 45 2A 57 0 27 49 99 4D F
Octal 11 105 52 127 0 47 111 231 115 17
Binary 1001 1000101 101010 1010111 0 100111 1001001 10011001 1001101 1111

Color Harmonies of #09452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #09452A

Black with #09452A

Text Example


Text Example

White with #09452A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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