Html Css Color HEX #05421C British Racing Green

📋 copy color: '#05421C'

red 5 ◦ green 66 ◦ blue 28

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

Shades of British Racing Green #05421C

Tints of British Racing Green #05421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28.28%

R = 5.05%
G = 66.67%
B = 28.28%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#05421C (or 0x05421C) is known color: British Racing Green. HEX triplet: 05, 42 and 1C. RGB value is (5,66,28). Sum of RGB (Red+Green+Blue) = 5+66+28=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 66 (26.17% from 255 or 66.67% from 99); Blue value is 28 (11.33% from 255 or 28.28% from 99); Max value from RGB is 66 - color contains mainly: green. Hex color #05421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05421C is #FABDE3. Grayscale: #2B2B2B. Windows color (decimal): -16432612 or 1851909. OLE color: 1851909.

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

Color convert

RGB 5 66 28 -
CMYK 0.92 0 0.58 0.74
HSL 142.62º 0.86% 0.14% -
HSV(B) 142.62º 0.92% 0.26% -
XYZ 2.22 4.01 1.76 -
YUV 43.43 119.29 100.59 -
System Red Green Blue C M Y K H S L
Decimal 5 66 28 0.92 0 0.58 0.74 142.62 0.86 0.14
Hex 5 42 1C 5C 0 3A 4A 8F 56 E
Octal 5 102 34 134 0 72 112 217 126 16
Binary 101 1000010 11100 1011100 0 111010 1001010 10001111 1010110 1110

Color Harmonies of #05421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05421C

Black with #05421C

Text Example


Text Example

White with #05421C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05421C; }

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

 H1.HeaderClassName
 {
   color: #05421C;
 }
 .AnyTagClassName
 {
   color: #05421C;
 }
</style>

background-color css

<style>
 a { background-color: #05421C; }

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

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

border-color css

<style>
 span { border-color: #05421C; }

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

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