Html Css Color HEX #06412A British Racing Green

📋 copy color: '#06412A'

red 6 ◦ green 65 ◦ blue 42

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

Shades of British Racing Green #06412A

Tints of British Racing Green #06412A

RGB

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

 GREEN value IS 65 (25.78% from 255) = 57.52%

 BLUE value IS 42 (16.8% from 255) = 37.17%

R = 5.31%
G = 57.52%
B = 37.17%

CMYK

 C value IS 0.91

 M value IS 0

 Y value IS 0.35

 K value IS 0.75

RGB Variations

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

Color information

#06412A (or 0x06412A) is known color: British Racing Green. HEX triplet: 06, 41 and 2A. RGB value is (6,65,42). Sum of RGB (Red+Green+Blue) = 6+65+42=113 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.31% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 42 (16.80% from 255 or 37.17% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #06412A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #06412A is #F9BED5. Grayscale: #2C2C2C. Windows color (decimal): -16367318 or 2769158. OLE color: 2769158.

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

Color convert

RGB 6 65 42 -
CMYK 0.91 0 0.35 0.75
HSL 156.61º 0.83% 0.14% -
HSV(B) 156.61º 0.91% 0.25% -
XYZ 2.38 3.99 2.83 -
YUV 44.74 126.45 100.37 -
System Red Green Blue C M Y K H S L
Decimal 6 65 42 0.91 0 0.35 0.75 156.61 0.83 0.14
Hex 6 41 2A 5B 0 23 4B 9D 53 E
Octal 6 101 52 133 0 43 113 235 123 16
Binary 110 1000001 101010 1011011 0 100011 1001011 10011101 1010011 1110

Color Harmonies of #06412A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #06412A

Black with #06412A

Text Example


Text Example

White with #06412A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #06412A; }

 p { color: rgb(6,65,42); }

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

background-color css

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

 a { background-color: rgb(6,65,42); }

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

border-color css

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

 span { border-color: rgb(6,65,42); }

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