Html Css Color HEX #05431F British Racing Green

📋 copy color: '#05431F'

red 5 ◦ green 67 ◦ blue 31

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

Shades of British Racing Green #05431F

Tints of British Racing Green #05431F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 30.1%

R = 4.85%
G = 65.05%
B = 30.1%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.54

 K value IS 0.74

RGB Variations

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

Color information

#05431F (or 0x05431F) is known color: British Racing Green. HEX triplet: 05, 43 and 1F. RGB value is (5,67,31). Sum of RGB (Red+Green+Blue) = 5+67+31=103 (13% of max value = 765). Red value is 5 (2.34% from 255 or 4.85% from 103); Green value is 67 (26.56% from 255 or 65.05% from 103); Blue value is 31 (12.5% from 255 or 30.10% from 103); Max value from RGB is 67 - color contains mainly: green. Hex color #05431F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05431F is #FABCE0. Grayscale: #2C2C2C. Windows color (decimal): -16432353 or 2048773. OLE color: 2048773.

HSL color Cylindrical-coordinate representation of color #05431F: hue angle of 145.16º 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 #05431F is Cyan = 0.93, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.74.

Color convert

RGB 5 67 31 -
CMYK 0.93 0 0.54 0.74
HSL 145.16º 0.86% 0.14% -
HSV(B) 145.16º 0.93% 0.26% -
XYZ 2.32 4.15 1.97 -
YUV 44.36 120.46 99.93 -
System Red Green Blue C M Y K H S L
Decimal 5 67 31 0.93 0 0.54 0.74 145.16 0.86 0.14
Hex 5 43 1F 5D 0 36 4A 91 56 E
Octal 5 103 37 135 0 66 112 221 126 16
Binary 101 1000011 11111 1011101 0 110110 1001010 10010001 1010110 1110

Color Harmonies of #05431F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05431F

Black with #05431F

Text Example


Text Example

White with #05431F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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