Html Css Color HEX #063A1D British Racing Green

📋 copy color: '#063A1D'

red 6 ◦ green 58 ◦ blue 29

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

Shades of British Racing Green #063A1D

Tints of British Racing Green #063A1D

RGB

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

 GREEN value IS 58 (23.05% from 255) = 62.37%

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

R = 6.45%
G = 62.37%
B = 31.18%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.5

 K value IS 0.77

RGB Variations

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

Color information

#063A1D (or 0x063A1D) is known color: British Racing Green. HEX triplet: 06, 3A and 1D. RGB value is (6,58,29). Sum of RGB (Red+Green+Blue) = 6+58+29=93 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.45% from 93); Green value is 58 (23.05% from 255 or 62.37% from 93); Blue value is 29 (11.72% from 255 or 31.18% from 93); Max value from RGB is 58 - color contains mainly: green. Hex color #063A1D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063A1D is #F9C5E2. Grayscale: #272727. Windows color (decimal): -16369123 or 1915398. OLE color: 1915398.

HSL color Cylindrical-coordinate representation of color #063A1D: hue angle of 146.54º degrees, saturation: 0.81, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #063A1D is Cyan = 0.90, Magento = 0, Yellow = 0.5 and Black (K on CMYK) = 0.77.

Color convert

RGB 6 58 29 -
CMYK 0.90 0 0.5 0.77
HSL 146.54º 0.81% 0.13% -
HSV(B) 146.54º 0.9% 0.23% -
XYZ 1.81 3.15 1.68 -
YUV 39.15 122.27 104.36 -
System Red Green Blue C M Y K H S L
Decimal 6 58 29 0.90 0 0.5 0.77 146.54 0.81 0.13
Hex 6 3A 1D 5A 0 32 4D 93 51 D
Octal 6 72 35 132 0 62 115 223 121 15
Binary 110 111010 11101 1011010 0 110010 1001101 10010011 1010001 1101

Color Harmonies of #063A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063A1D

Black with #063A1D

Text Example


Text Example

White with #063A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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