Html Css Color HEX #05422D British Racing Green

📋 copy color: '#05422D'

red 5 ◦ green 66 ◦ blue 45

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

Shades of British Racing Green #05422D

Tints of British Racing Green #05422D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 38.79%

R = 4.31%
G = 56.9%
B = 38.79%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.32

 K value IS 0.74

RGB Variations

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

Color information

#05422D (or 0x05422D) is known color: British Racing Green. HEX triplet: 05, 42 and 2D. RGB value is (5,66,45). Sum of RGB (Red+Green+Blue) = 5+66+45=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 66 (26.17% from 255 or 56.90% from 116); Blue value is 45 (17.97% from 255 or 38.79% from 116); Max value from RGB is 66 - color contains mainly: green. Hex color #05422D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05422D is #FABDD2. Grayscale: #2D2D2D. Windows color (decimal): -16432595 or 2966021. OLE color: 2966021.

HSL color Cylindrical-coordinate representation of color #05422D: hue angle of 159.34º 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 #05422D is Cyan = 0.92, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 66 45 -
CMYK 0.92 0 0.32 0.74
HSL 159.34º 0.86% 0.14% -
HSV(B) 159.34º 0.92% 0.26% -
XYZ 2.48 4.12 3.15 -
YUV 45.37 127.79 99.21 -
System Red Green Blue C M Y K H S L
Decimal 5 66 45 0.92 0 0.32 0.74 159.34 0.86 0.14
Hex 5 42 2D 5C 0 20 4A 9F 56 E
Octal 5 102 55 134 0 40 112 237 126 16
Binary 101 1000010 101101 1011100 0 100000 1001010 10011111 1010110 1110

Color Harmonies of #05422D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05422D

Black with #05422D

Text Example


Text Example

White with #05422D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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