Html Css Color HEX #05431B British Racing Green

📋 copy color: '#05431B'

red 5 ◦ green 67 ◦ blue 27

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

Shades of British Racing Green #05431B

Tints of British Racing Green #05431B

RGB

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

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

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

R = 5.05%
G = 67.68%
B = 27.27%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.60

 K value IS 0.74

RGB Variations

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

Color information

#05431B (or 0x05431B) is known color: British Racing Green. HEX triplet: 05, 43 and 1B. RGB value is (5,67,27). Sum of RGB (Red+Green+Blue) = 5+67+27=99 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5.05% from 99); Green value is 67 (26.56% from 255 or 67.68% from 99); Blue value is 27 (10.94% from 255 or 27.27% from 99); Max value from RGB is 67 - color contains mainly: green. Hex color #05431B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05431B is #FABCE4. Grayscale: #2C2C2C. Windows color (decimal): -16432357 or 1786629. OLE color: 1786629.

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

Color convert

RGB 5 67 27 -
CMYK 0.93 0 0.60 0.74
HSL 141.29º 0.86% 0.14% -
HSV(B) 141.29º 0.93% 0.26% -
XYZ 2.27 4.13 1.71 -
YUV 43.9 118.46 100.25 -
System Red Green Blue C M Y K H S L
Decimal 5 67 27 0.93 0 0.60 0.74 141.29 0.86 0.14
Hex 5 43 1B 5D 0 3C 4A 8D 56 E
Octal 5 103 33 135 0 74 112 215 126 16
Binary 101 1000011 11011 1011101 0 111100 1001010 10001101 1010110 1110

Color Harmonies of #05431B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05431B

Black with #05431B

Text Example


Text Example

White with #05431B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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