Html Css Color HEX #063C1E British Racing Green

📋 copy color: '#063C1E'

red 6 ◦ green 60 ◦ blue 30

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

Shades of British Racing Green #063C1E

Tints of British Racing Green #063C1E

RGB

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

 GREEN value IS 60 (23.83% from 255) = 62.5%

 BLUE value IS 30 (12.11% from 255) = 31.25%

R = 6.25%
G = 62.5%
B = 31.25%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.50

 K value IS 0.76

RGB Variations

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

Color information

#063C1E (or 0x063C1E) is known color: British Racing Green. HEX triplet: 06, 3C and 1E. RGB value is (6,60,30). Sum of RGB (Red+Green+Blue) = 6+60+30=96 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.25% from 96); Green value is 60 (23.83% from 255 or 62.5% from 96); Blue value is 30 (12.11% from 255 or 31.25% from 96); Max value from RGB is 60 - color contains mainly: green. Hex color #063C1E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C1E is #F9C3E1. Grayscale: #282828. Windows color (decimal): -16368610 or 1981446. OLE color: 1981446.

HSL color Cylindrical-coordinate representation of color #063C1E: hue angle of 146.67º degrees, saturation: 0.82, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063C1E is Cyan = 0.90, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 60 30 -
CMYK 0.90 0 0.50 0.76
HSL 146.67º 0.82% 0.13% -
HSV(B) 146.67º 0.9% 0.24% -
XYZ 1.93 3.36 1.78 -
YUV 40.43 122.11 103.44 -
System Red Green Blue C M Y K H S L
Decimal 6 60 30 0.90 0 0.50 0.76 146.67 0.82 0.13
Hex 6 3C 1E 5A 0 32 4C 93 52 D
Octal 6 74 36 132 0 62 114 223 122 15
Binary 110 111100 11110 1011010 0 110010 1001100 10010011 1010010 1101

Color Harmonies of #063C1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C1E

Black with #063C1E

Text Example


Text Example

White with #063C1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #063C1E; }

 p { color: rgb(6,60,30); }

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

background-color css

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

 a { background-color: rgb(6,60,30); }

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

border-color css

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

 span { border-color: rgb(6,60,30); }

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