Html Css Color HEX #06402D British Racing Green

📋 copy color: '#06402D'

red 6 ◦ green 64 ◦ blue 45

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

Shades of British Racing Green #06402D

Tints of British Racing Green #06402D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 39.13%

R = 5.22%
G = 55.65%
B = 39.13%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.30

 K value IS 0.75

RGB Variations

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

Color information

#06402D (or 0x06402D) is known color: British Racing Green. HEX triplet: 06, 40 and 2D. RGB value is (6,64,45). Sum of RGB (Red+Green+Blue) = 6+64+45=115 (15% of max value = 765). Red value is 6 (2.73% from 255 or 5.22% from 115); Green value is 64 (25.39% from 255 or 55.65% from 115); Blue value is 45 (17.97% from 255 or 39.13% from 115); Max value from RGB is 64 - color contains mainly: green. Hex color #06402D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06402D is #F9BFD2. Grayscale: #2C2C2C. Windows color (decimal): -16367571 or 2965510. OLE color: 2965510.

HSL color Cylindrical-coordinate representation of color #06402D: hue angle of 160.34º 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 #06402D is Cyan = 0.91, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.75.

Color convert

RGB 6 64 45 -
CMYK 0.91 0 0.30 0.75
HSL 160.34º 0.83% 0.14% -
HSV(B) 160.34º 0.91% 0.25% -
XYZ 2.38 3.89 3.11 -
YUV 44.49 128.28 100.54 -
System Red Green Blue C M Y K H S L
Decimal 6 64 45 0.91 0 0.30 0.75 160.34 0.83 0.14
Hex 6 40 2D 5B 0 1E 4B A0 53 E
Octal 6 100 55 133 0 36 113 240 123 16
Binary 110 1000000 101101 1011011 0 11110 1001011 10100000 1010011 1110

Color Harmonies of #06402D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06402D

Black with #06402D

Text Example


Text Example

White with #06402D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06402D; }

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

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

background-color css

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

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

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

border-color css

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

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

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