Html Css Color HEX #05422F British Racing Green

📋 copy color: '#05422F'

red 5 ◦ green 66 ◦ blue 47

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

Shades of British Racing Green #05422F

Tints of British Racing Green #05422F

RGB

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

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

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

R = 4.24%
G = 55.93%
B = 39.83%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.29

 K value IS 0.74

RGB Variations

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

Color information

#05422F (or 0x05422F) is known color: British Racing Green. HEX triplet: 05, 42 and 2F. RGB value is (5,66,47). Sum of RGB (Red+Green+Blue) = 5+66+47=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 66 (26.17% from 255 or 55.93% from 118); Blue value is 47 (18.75% from 255 or 39.83% from 118); Max value from RGB is 66 - color contains mainly: green. Hex color #05422F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05422F is #FABDD0. Grayscale: #2D2D2D. Windows color (decimal): -16432593 or 3097093. OLE color: 3097093.

HSL color Cylindrical-coordinate representation of color #05422F: hue angle of 161.31º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05422F is Cyan = 0.92, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 66 47 -
CMYK 0.92 0 0.29 0.74
HSL 161.31º 0.86% 0.14% -
HSV(B) 161.31º 0.92% 0.26% -
XYZ 2.52 4.13 3.35 -
YUV 45.6 128.79 99.04 -
System Red Green Blue C M Y K H S L
Decimal 5 66 47 0.92 0 0.29 0.74 161.31 0.86 0.14
Hex 5 42 2F 5C 0 1D 4A A1 56 E
Octal 5 102 57 134 0 35 112 241 126 16
Binary 101 1000010 101111 1011100 0 11101 1001010 10100001 1010110 1110

Color Harmonies of #05422F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05422F

Black with #05422F

Text Example


Text Example

White with #05422F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,66,47); }

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

background-color css

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

 a { background-color: rgb(5,66,47); }

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

border-color css

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

 span { border-color: rgb(5,66,47); }

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