Html Css Color HEX #05421A British Racing Green

📋 copy color: '#05421A'

red 5 ◦ green 66 ◦ blue 26

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

Shades of British Racing Green #05421A

Tints of British Racing Green #05421A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 26.8%

R = 5.15%
G = 68.04%
B = 26.8%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#05421A (or 0x05421A) is known color: British Racing Green. HEX triplet: 05, 42 and 1A. RGB value is (5,66,26). Sum of RGB (Red+Green+Blue) = 5+66+26=97 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.15% from 97); Green value is 66 (26.17% from 255 or 68.04% from 97); Blue value is 26 (10.55% from 255 or 26.80% from 97); Max value from RGB is 66 - color contains mainly: green. Hex color #05421A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05421A is #FABDE5. Grayscale: #2B2B2B. Windows color (decimal): -16432614 or 1720837. OLE color: 1720837.

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

Color convert

RGB 5 66 26 -
CMYK 0.92 0 0.61 0.74
HSL 140.66º 0.86% 0.14% -
HSV(B) 140.66º 0.92% 0.26% -
XYZ 2.2 4 1.63 -
YUV 43.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 5 66 26 0.92 0 0.61 0.74 140.66 0.86 0.14
Hex 5 42 1A 5C 0 3D 4A 8D 56 E
Octal 5 102 32 134 0 75 112 215 126 16
Binary 101 1000010 11010 1011100 0 111101 1001010 10001101 1010110 1110

Color Harmonies of #05421A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05421A

Black with #05421A

Text Example


Text Example

White with #05421A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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