Html Css Color HEX #05452A British Racing Green

📋 copy color: '#05452A'

red 5 ◦ green 69 ◦ blue 42

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

Shades of British Racing Green #05452A

Tints of British Racing Green #05452A

RGB

 RED value IS 5 (2.34% from 255) = 4.31%

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

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

R = 4.31%
G = 59.48%
B = 36.21%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.39

 K value IS 0.73

RGB Variations

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

Color information

#05452A (or 0x05452A) is known color: British Racing Green. HEX triplet: 05, 45 and 2A. RGB value is (5,69,42). Sum of RGB (Red+Green+Blue) = 5+69+42=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 69 (27.34% from 255 or 59.48% from 116); Blue value is 42 (16.80% from 255 or 36.21% from 116); Max value from RGB is 69 - color contains mainly: green. Hex color #05452A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05452A is #FABAD5. Grayscale: #2E2E2E. Windows color (decimal): -16431830 or 2770181. OLE color: 2770181.

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

Color convert

RGB 5 69 42 -
CMYK 0.93 0 0.39 0.73
HSL 154.69º 0.86% 0.15% -
HSV(B) 154.69º 0.93% 0.27% -
XYZ 2.61 4.46 2.91 -
YUV 46.79 125.3 98.2 -
System Red Green Blue C M Y K H S L
Decimal 5 69 42 0.93 0 0.39 0.73 154.69 0.86 0.15
Hex 5 45 2A 5D 0 27 49 9B 56 F
Octal 5 105 52 135 0 47 111 233 126 17
Binary 101 1000101 101010 1011101 0 100111 1001001 10011011 1010110 1111

Color Harmonies of #05452A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05452A

Black with #05452A

Text Example


Text Example

White with #05452A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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