Html Css Color HEX #064029 British Racing Green

📋 copy color: '#064029'

red 6 ◦ green 64 ◦ blue 41

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

Shades of British Racing Green #064029

Tints of British Racing Green #064029

RGB

 RED value IS 6 (2.73% from 255) = 5.41%

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

 BLUE value IS 41 (16.41% from 255) = 36.94%

R = 5.41%
G = 57.66%
B = 36.94%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.36

 K value IS 0.75

RGB Variations

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

Color information

#064029 (or 0x064029) is known color: British Racing Green. HEX triplet: 06, 40 and 29. RGB value is (6,64,41). Sum of RGB (Red+Green+Blue) = 6+64+41=111 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.41% from 111); Green value is 64 (25.39% from 255 or 57.66% from 111); Blue value is 41 (16.41% from 255 or 36.94% from 111); Max value from RGB is 64 - color contains mainly: green. Hex color #064029 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #064029 is #F9BFD6. Grayscale: #2C2C2C. Windows color (decimal): -16367575 or 2703366. OLE color: 2703366.

HSL color Cylindrical-coordinate representation of color #064029: hue angle of 156.21º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #064029 is Cyan = 0.91, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 41 -
CMYK 0.91 0 0.36 0.75
HSL 156.21º 0.83% 0.14% -
HSV(B) 156.21º 0.91% 0.25% -
XYZ 2.31 3.87 2.72 -
YUV 44.04 126.28 100.87 -
System Red Green Blue C M Y K H S L
Decimal 6 64 41 0.91 0 0.36 0.75 156.21 0.83 0.14
Hex 6 40 29 5B 0 24 4B 9C 53 E
Octal 6 100 51 133 0 44 113 234 123 16
Binary 110 1000000 101001 1011011 0 100100 1001011 10011100 1010011 1110

Color Harmonies of #064029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #064029

Black with #064029

Text Example


Text Example

White with #064029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #064029; }

 p { color: rgb(6,64,41); }

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

background-color css

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

 a { background-color: rgb(6,64,41); }

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

border-color css

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

 span { border-color: rgb(6,64,41); }

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