Html Css Color HEX #05431D British Racing Green

📋 copy color: '#05431D'

red 5 ◦ green 67 ◦ blue 29

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

Shades of British Racing Green #05431D

Tints of British Racing Green #05431D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 66.34%

 BLUE value IS 29 (11.72% from 255) = 28.71%

R = 4.95%
G = 66.34%
B = 28.71%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.57

 K value IS 0.74

RGB Variations

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

Color information

#05431D (or 0x05431D) is known color: British Racing Green. HEX triplet: 05, 43 and 1D. RGB value is (5,67,29). Sum of RGB (Red+Green+Blue) = 5+67+29=101 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.95% from 101); Green value is 67 (26.56% from 255 or 66.34% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 67 - color contains mainly: green. Hex color #05431D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05431D is #FABCE2. Grayscale: #2C2C2C. Windows color (decimal): -16432355 or 1917701. OLE color: 1917701.

HSL color Cylindrical-coordinate representation of color #05431D: hue angle of 143.23º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #05431D is Cyan = 0.93, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 67 29 -
CMYK 0.93 0 0.57 0.74
HSL 143.23º 0.86% 0.14% -
HSV(B) 143.23º 0.93% 0.26% -
XYZ 2.29 4.14 1.84 -
YUV 44.13 119.46 100.09 -
System Red Green Blue C M Y K H S L
Decimal 5 67 29 0.93 0 0.57 0.74 143.23 0.86 0.14
Hex 5 43 1D 5D 0 39 4A 8F 56 E
Octal 5 103 35 135 0 71 112 217 126 16
Binary 101 1000011 11101 1011101 0 111001 1001010 10001111 1010110 1110

Color Harmonies of #05431D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05431D

Black with #05431D

Text Example


Text Example

White with #05431D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05431D; }

 p { color: rgb(5,67,29); }

 H1.HeaderClassName
 {
   color: #05431D;
 }
 .AnyTagClassName
 {
   color: #05431D;
 }
</style>

background-color css

<style>
 a { background-color: #05431D; }

 a { background-color: rgb(5,67,29); }

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

border-color css

<style>
 span { border-color: #05431D; }

 span { border-color: rgb(5,67,29); }

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