Html Css Color HEX #063C29 British Racing Green

📋 copy color: '#063C29'

red 6 ◦ green 60 ◦ blue 41

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

Shades of British Racing Green #063C29

Tints of British Racing Green #063C29

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 38.32%

R = 5.61%
G = 56.07%
B = 38.32%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.32

 K value IS 0.76

RGB Variations

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

Color information

#063C29 (or 0x063C29) is known color: British Racing Green. HEX triplet: 06, 3C and 29. RGB value is (6,60,41). Sum of RGB (Red+Green+Blue) = 6+60+41=107 (14% of max value = 765). Red value is 6 (2.73% from 255 or 5.61% from 107); Green value is 60 (23.83% from 255 or 56.07% from 107); Blue value is 41 (16.41% from 255 or 38.32% from 107); Max value from RGB is 60 - color contains mainly: green. Hex color #063C29 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #063C29 is #F9C3D6. Grayscale: #292929. Windows color (decimal): -16368599 or 2702342. OLE color: 2702342.

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

Color convert

RGB 6 60 41 -
CMYK 0.90 0 0.32 0.76
HSL 158.89º 0.82% 0.13% -
HSV(B) 158.89º 0.9% 0.24% -
XYZ 2.09 3.43 2.65 -
YUV 41.69 127.61 102.54 -
System Red Green Blue C M Y K H S L
Decimal 6 60 41 0.90 0 0.32 0.76 158.89 0.82 0.13
Hex 6 3C 29 5A 0 20 4C 9F 52 D
Octal 6 74 51 132 0 40 114 237 122 15
Binary 110 111100 101001 1011010 0 100000 1001100 10011111 1010010 1101

Color Harmonies of #063C29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #063C29

Black with #063C29

Text Example


Text Example

White with #063C29

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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