Html Css Color HEX #05422E British Racing Green

📋 copy color: '#05422E'

red 5 ◦ green 66 ◦ blue 46

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

Shades of British Racing Green #05422E

Tints of British Racing Green #05422E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 39.32%

R = 4.27%
G = 56.41%
B = 39.32%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.30

 K value IS 0.74

RGB Variations

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

Color information

#05422E (or 0x05422E) is known color: British Racing Green. HEX triplet: 05, 42 and 2E. RGB value is (5,66,46). Sum of RGB (Red+Green+Blue) = 5+66+46=117 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.27% from 117); Green value is 66 (26.17% from 255 or 56.41% from 117); Blue value is 46 (18.36% from 255 or 39.32% from 117); Max value from RGB is 66 - color contains mainly: green. Hex color #05422E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05422E is #FABDD1. Grayscale: #2D2D2D. Windows color (decimal): -16432594 or 3031557. OLE color: 3031557.

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

Color convert

RGB 5 66 46 -
CMYK 0.92 0 0.30 0.74
HSL 160.33º 0.86% 0.14% -
HSV(B) 160.33º 0.92% 0.26% -
XYZ 2.5 4.13 3.25 -
YUV 45.48 128.29 99.13 -
System Red Green Blue C M Y K H S L
Decimal 5 66 46 0.92 0 0.30 0.74 160.33 0.86 0.14
Hex 5 42 2E 5C 0 1E 4A A0 56 E
Octal 5 102 56 134 0 36 112 240 126 16
Binary 101 1000010 101110 1011100 0 11110 1001010 10100000 1010110 1110

Color Harmonies of #05422E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05422E

Black with #05422E

Text Example


Text Example

White with #05422E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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