Html Css Color HEX #003C2D British Racing Green

📋 copy color: '#003C2D'

red 0 ◦ green 60 ◦ blue 45

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

Shades of British Racing Green #003C2D

Tints of British Racing Green #003C2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 42.86%

R = 0%
G = 57.14%
B = 42.86%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#003C2D (or 0x003C2D) is known color: British Racing Green. HEX triplet: 00, 3C and 2D. RGB value is (0,60,45). Sum of RGB (Red+Green+Blue) = 0+60+45=105 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 105); Green value is 60 (23.83% from 255 or 57.14% from 105); Blue value is 45 (17.97% from 255 or 42.86% from 105); Max value from RGB is 60 - color contains mainly: green. Hex color #003C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C2D is #FFC3D2. Grayscale: #282828. Windows color (decimal): -16761811 or 2964480. OLE color: 2964480.

HSL color Cylindrical-coordinate representation of color #003C2D: hue angle of 165º 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 #003C2D is Cyan = 1, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.76.

Color convert

RGB 0 60 45 -
CMYK 1 0 0.25 0.76
HSL 165º 1% 0.12% -
HSV(B) 165º 1% 0.24% -
XYZ 2.09 3.42 3.03 -
YUV 40.35 130.62 99.22 -
System Red Green Blue C M Y K H S L
Decimal 0 60 45 1 0 0.25 0.76 165 1 0.12
Hex 0 3C 2D 64 0 19 4C A5 64 C
Octal 0 74 55 144 0 31 114 245 144 14
Binary 0 111100 101101 1100100 0 11001 1001100 10100101 1100100 1100

Color Harmonies of #003C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C2D

Black with #003C2D

Text Example


Text Example

White with #003C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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