Html Css Color HEX #06421D British Racing Green

📋 copy color: '#06421D'

red 6 ◦ green 66 ◦ blue 29

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

Shades of British Racing Green #06421D

Tints of British Racing Green #06421D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 65.35%

 BLUE value IS 29 (11.72% from 255) = 28.71%

R = 5.94%
G = 65.35%
B = 28.71%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.56

 K value IS 0.74

RGB Variations

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

Color information

#06421D (or 0x06421D) is known color: British Racing Green. HEX triplet: 06, 42 and 1D. RGB value is (6,66,29). Sum of RGB (Red+Green+Blue) = 6+66+29=101 (13% of max value = 765). Red value is 6 (2.73% from 255 or 5.94% from 101); Green value is 66 (26.17% from 255 or 65.35% from 101); Blue value is 29 (11.72% from 255 or 28.71% from 101); Max value from RGB is 66 - color contains mainly: green. Hex color #06421D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06421D is #F9BDE2. Grayscale: #2B2B2B. Windows color (decimal): -16367075 or 1917446. OLE color: 1917446.

HSL color Cylindrical-coordinate representation of color #06421D: hue angle of 143º degrees, saturation: 0.83, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #06421D is Cyan = 0.91, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 29 -
CMYK 0.91 0 0.56 0.74
HSL 143º 0.83% 0.14% -
HSV(B) 143º 0.91% 0.26% -
XYZ 2.25 4.02 1.82 -
YUV 43.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 6 66 29 0.91 0 0.56 0.74 143 0.83 0.14
Hex 6 42 1D 5B 0 38 4A 8F 53 E
Octal 6 102 35 133 0 70 112 217 123 16
Binary 110 1000010 11101 1011011 0 111000 1001010 10001111 1010011 1110

Color Harmonies of #06421D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06421D

Black with #06421D

Text Example


Text Example

White with #06421D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,66,29); }

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

background-color css

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

 a { background-color: rgb(6,66,29); }

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

border-color css

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

 span { border-color: rgb(6,66,29); }

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