Html Css Color HEX #05431A British Racing Green

📋 copy color: '#05431A'

red 5 ◦ green 67 ◦ blue 26

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

Shades of British Racing Green #05431A

Tints of British Racing Green #05431A

RGB

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

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

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

R = 5.1%
G = 68.37%
B = 26.53%

CMYK

 C value IS 0.93

 M value IS 0

 Y value IS 0.61

 K value IS 0.74

RGB Variations

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

Color information

#05431A (or 0x05431A) is known color: British Racing Green. HEX triplet: 05, 43 and 1A. RGB value is (5,67,26). Sum of RGB (Red+Green+Blue) = 5+67+26=98 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.10% from 98); Green value is 67 (26.56% from 255 or 68.37% from 98); Blue value is 26 (10.55% from 255 or 26.53% from 98); Max value from RGB is 67 - color contains mainly: green. Hex color #05431A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05431A is #FABCE5. Grayscale: #2B2B2B. Windows color (decimal): -16432358 or 1721093. OLE color: 1721093.

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

Color convert

RGB 5 67 26 -
CMYK 0.93 0 0.61 0.74
HSL 140.32º 0.86% 0.14% -
HSV(B) 140.32º 0.93% 0.26% -
XYZ 2.26 4.12 1.65 -
YUV 43.79 117.96 100.33 -
System Red Green Blue C M Y K H S L
Decimal 5 67 26 0.93 0 0.61 0.74 140.32 0.86 0.14
Hex 5 43 1A 5D 0 3D 4A 8C 56 E
Octal 5 103 32 135 0 75 112 214 126 16
Binary 101 1000011 11010 1011101 0 111101 1001010 10001100 1010110 1110

Color Harmonies of #05431A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05431A

Black with #05431A

Text Example


Text Example

White with #05431A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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