Html Css Color HEX #05402F British Racing Green

📋 copy color: '#05402F'

red 5 ◦ green 64 ◦ blue 47

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

Shades of British Racing Green #05402F

Tints of British Racing Green #05402F

RGB

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

 GREEN value IS 64 (25.39% from 255) = 55.17%

 BLUE value IS 47 (18.75% from 255) = 40.52%

R = 4.31%
G = 55.17%
B = 40.52%

CMYK

 C value IS 0.92

 M value IS 0

 Y value IS 0.27

 K value IS 0.75

RGB Variations

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

Color information

#05402F (or 0x05402F) is known color: British Racing Green. HEX triplet: 05, 40 and 2F. RGB value is (5,64,47). Sum of RGB (Red+Green+Blue) = 5+64+47=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 64 (25.39% from 255 or 55.17% from 116); Blue value is 47 (18.75% from 255 or 40.52% from 116); Max value from RGB is 64 - color contains mainly: green. Hex color #05402F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05402F is #FABFD0. Grayscale: #2C2C2C. Windows color (decimal): -16433105 or 3096581. OLE color: 3096581.

HSL color Cylindrical-coordinate representation of color #05402F: hue angle of 162.71º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #05402F is Cyan = 0.92, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.75.

Color convert

RGB 5 64 47 -
CMYK 0.92 0 0.27 0.75
HSL 162.71º 0.86% 0.14% -
HSV(B) 162.71º 0.92% 0.25% -
XYZ 2.41 3.9 3.32 -
YUV 44.42 129.45 99.88 -
System Red Green Blue C M Y K H S L
Decimal 5 64 47 0.92 0 0.27 0.75 162.71 0.86 0.14
Hex 5 40 2F 5C 0 1B 4B A3 56 E
Octal 5 100 57 134 0 33 113 243 126 16
Binary 101 1000000 101111 1011100 0 11011 1001011 10100011 1010110 1110

Color Harmonies of #05402F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05402F

Black with #05402F

Text Example


Text Example

White with #05402F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,64,47); }

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

background-color css

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

 a { background-color: rgb(5,64,47); }

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

border-color css

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

 span { border-color: rgb(5,64,47); }

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