Html Css Color HEX #05421B British Racing Green

📋 copy color: '#05421B'

red 5 ◦ green 66 ◦ blue 27

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

Shades of British Racing Green #05421B

Tints of British Racing Green #05421B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 27.55%

R = 5.1%
G = 67.35%
B = 27.55%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.59

 K value IS 0.74

RGB Variations

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

Color information

#05421B (or 0x05421B) is known color: British Racing Green. HEX triplet: 05, 42 and 1B. RGB value is (5,66,27). Sum of RGB (Red+Green+Blue) = 5+66+27=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 66 (26.17% from 255 or 67.35% from 98); Blue value is 27 (10.94% from 255 or 27.55% from 98); Max value from RGB is 66 - color contains mainly: green. Hex color #05421B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05421B is #FABDE4. Grayscale: #2B2B2B. Windows color (decimal): -16432613 or 1786373. OLE color: 1786373.

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

Color convert

RGB 5 66 27 -
CMYK 0.92 0 0.59 0.74
HSL 141.64º 0.86% 0.14% -
HSV(B) 141.64º 0.92% 0.26% -
XYZ 2.21 4.01 1.69 -
YUV 43.32 118.79 100.67 -
System Red Green Blue C M Y K H S L
Decimal 5 66 27 0.92 0 0.59 0.74 141.64 0.86 0.14
Hex 5 42 1B 5C 0 3B 4A 8E 56 E
Octal 5 102 33 134 0 73 112 216 126 16
Binary 101 1000010 11011 1011100 0 111011 1001010 10001110 1010110 1110

Color Harmonies of #05421B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05421B

Black with #05421B

Text Example


Text Example

White with #05421B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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