Html Css Color HEX #063D1F British Racing Green

📋 copy color: '#063D1F'

red 6 ◦ green 61 ◦ blue 31

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

Shades of British Racing Green #063D1F

Tints of British Racing Green #063D1F

RGB

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

 GREEN value IS 61 (24.22% from 255) = 62.24%

 BLUE value IS 31 (12.5% from 255) = 31.63%

R = 6.12%
G = 62.24%
B = 31.63%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.49

 K value IS 0.76

RGB Variations

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

Color information

#063D1F (or 0x063D1F) is known color: British Racing Green. HEX triplet: 06, 3D and 1F. RGB value is (6,61,31). Sum of RGB (Red+Green+Blue) = 6+61+31=98 (12% of max value = 765). Red value is 6 (2.73% from 255 or 6.12% from 98); Green value is 61 (24.22% from 255 or 62.24% from 98); Blue value is 31 (12.5% from 255 or 31.63% from 98); Max value from RGB is 61 - color contains mainly: green. Hex color #063D1F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063D1F is #F9C2E0. Grayscale: #292929. Windows color (decimal): -16368353 or 2047238. OLE color: 2047238.

HSL color Cylindrical-coordinate representation of color #063D1F: hue angle of 147.27º 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 #063D1F is Cyan = 0.90, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.76.

Color convert

RGB 6 61 31 -
CMYK 0.90 0 0.49 0.76
HSL 147.27º 0.82% 0.13% -
HSV(B) 147.27º 0.9% 0.24% -
XYZ 1.99 3.48 1.86 -
YUV 41.14 122.28 102.94 -
System Red Green Blue C M Y K H S L
Decimal 6 61 31 0.90 0 0.49 0.76 147.27 0.82 0.13
Hex 6 3D 1F 5A 0 31 4C 93 52 D
Octal 6 75 37 132 0 61 114 223 122 15
Binary 110 111101 11111 1011010 0 110001 1001100 10010011 1010010 1101

Color Harmonies of #063D1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063D1F

Black with #063D1F

Text Example


Text Example

White with #063D1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(6,61,31); }

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

background-color css

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

 a { background-color: rgb(6,61,31); }

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

border-color css

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

 span { border-color: rgb(6,61,31); }

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