Html Css Color HEX #06421C British Racing Green

📋 copy color: '#06421C'

red 6 ◦ green 66 ◦ blue 28

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

Shades of British Racing Green #06421C

Tints of British Racing Green #06421C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 28%

R = 6%
G = 66%
B = 28%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.58

 K value IS 0.74

RGB Variations

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

Color information

#06421C (or 0x06421C) is known color: British Racing Green. HEX triplet: 06, 42 and 1C. RGB value is (6,66,28). Sum of RGB (Red+Green+Blue) = 6+66+28=100 (13% of max value = 765). Red value is 6 (2.73% from 255 or 6% from 100); Green value is 66 (26.17% from 255 or 66% from 100); Blue value is 28 (11.33% from 255 or 28% from 100); Max value from RGB is 66 - color contains mainly: green. Hex color #06421C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06421C is #F9BDE3. Grayscale: #2B2B2B. Windows color (decimal): -16367076 or 1851910. OLE color: 1851910.

HSL color Cylindrical-coordinate representation of color #06421C: hue angle of 142º 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 #06421C is Cyan = 0.91, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.74.

Color convert

RGB 6 66 28 -
CMYK 0.91 0 0.58 0.74
HSL 142º 0.83% 0.14% -
HSV(B) 142º 0.91% 0.26% -
XYZ 2.23 4.02 1.76 -
YUV 43.73 119.12 101.09 -
System Red Green Blue C M Y K H S L
Decimal 6 66 28 0.91 0 0.58 0.74 142 0.83 0.14
Hex 6 42 1C 5B 0 3A 4A 8E 53 E
Octal 6 102 34 133 0 72 112 216 123 16
Binary 110 1000010 11100 1011011 0 111010 1001010 10001110 1010011 1110

Color Harmonies of #06421C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06421C

Black with #06421C

Text Example


Text Example

White with #06421C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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