Html Css Color HEX #05422A British Racing Green

📋 copy color: '#05422A'

red 5 ◦ green 66 ◦ blue 42

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

Shades of British Racing Green #05422A

Tints of British Racing Green #05422A

RGB

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

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

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

R = 4.42%
G = 58.41%
B = 37.17%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.36

 K value IS 0.74

RGB Variations

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

Color information

#05422A (or 0x05422A) is known color: British Racing Green. HEX triplet: 05, 42 and 2A. RGB value is (5,66,42). Sum of RGB (Red+Green+Blue) = 5+66+42=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 66 (26.17% from 255 or 58.41% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 66 - color contains mainly: green. Hex color #05422A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05422A is #FABDD5. Grayscale: #2D2D2D. Windows color (decimal): -16432598 or 2769413. OLE color: 2769413.

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

Color convert

RGB 5 66 42 -
CMYK 0.92 0 0.36 0.74
HSL 156.39º 0.86% 0.14% -
HSV(B) 156.39º 0.92% 0.26% -
XYZ 2.43 4.1 2.85 -
YUV 45.03 126.29 99.45 -
System Red Green Blue C M Y K H S L
Decimal 5 66 42 0.92 0 0.36 0.74 156.39 0.86 0.14
Hex 5 42 2A 5C 0 24 4A 9C 56 E
Octal 5 102 52 134 0 44 112 234 126 16
Binary 101 1000010 101010 1011100 0 100100 1001010 10011100 1010110 1110

Color Harmonies of #05422A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05422A

Black with #05422A

Text Example


Text Example

White with #05422A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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