Html Css Color HEX #003C2C British Racing Green

📋 copy color: '#003C2C'

red 0 ◦ green 60 ◦ blue 44

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

Shades of British Racing Green #003C2C

Tints of British Racing Green #003C2C

RGB

 RED value IS 0 (0.39% from 255) = 0%

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

 BLUE value IS 44 (17.58% from 255) = 42.31%

R = 0%
G = 57.69%
B = 42.31%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.27

 K value IS 0.76

RGB Variations

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

Color information

#003C2C (or 0x003C2C) is known color: British Racing Green. HEX triplet: 00, 3C and 2C. RGB value is (0,60,44). Sum of RGB (Red+Green+Blue) = 0+60+44=104 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 104); Green value is 60 (23.83% from 255 or 57.69% from 104); Blue value is 44 (17.58% from 255 or 42.31% from 104); Max value from RGB is 60 - color contains mainly: green. Hex color #003C2C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C2C is #FFC3D3. Grayscale: #282828. Windows color (decimal): -16761812 or 2898944. OLE color: 2898944.

HSL color Cylindrical-coordinate representation of color #003C2C: hue angle of 164º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 1%. Process color model (Four color, CMYK) of #003C2C is Cyan = 1, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 60 44 -
CMYK 1 0 0.27 0.76
HSL 164º 1% 0.12% -
HSV(B) 164º 1% 0.24% -
XYZ 2.07 3.41 2.93 -
YUV 40.24 130.12 99.3 -
System Red Green Blue C M Y K H S L
Decimal 0 60 44 1 0 0.27 0.76 164 1 0.12
Hex 0 3C 2C 64 0 1B 4C A4 64 C
Octal 0 74 54 144 0 33 114 244 144 14
Binary 0 111100 101100 1100100 0 11011 1001100 10100100 1100100 1100

Color Harmonies of #003C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C2C

Black with #003C2C

Text Example


Text Example

White with #003C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #003C2C; }

 p { color: rgb(0,60,44); }

 H1.HeaderClassName
 {
   color: #003C2C;
 }
 .AnyTagClassName
 {
   color: #003C2C;
 }
</style>

background-color css

<style>
 a { background-color: #003C2C; }

 a { background-color: rgb(0,60,44); }

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

border-color css

<style>
 span { border-color: #003C2C; }

 span { border-color: rgb(0,60,44); }

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