Html Css Color HEX #003C2B British Racing Green

📋 copy color: '#003C2B'

red 0 ◦ green 60 ◦ blue 43

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

Shades of British Racing Green #003C2B

Tints of British Racing Green #003C2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 41.75%

R = 0%
G = 58.25%
B = 41.75%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.28

 K value IS 0.76

RGB Variations

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

Color information

#003C2B (or 0x003C2B) is known color: British Racing Green. HEX triplet: 00, 3C and 2B. RGB value is (0,60,43). Sum of RGB (Red+Green+Blue) = 0+60+43=103 (13% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 103); Green value is 60 (23.83% from 255 or 58.25% from 103); Blue value is 43 (17.19% from 255 or 41.75% from 103); Max value from RGB is 60 - color contains mainly: green. Hex color #003C2B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #003C2B is #FFC3D4. Grayscale: #282828. Windows color (decimal): -16761813 or 2833408. OLE color: 2833408.

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

Color convert

RGB 0 60 43 -
CMYK 1 0 0.28 0.76
HSL 163º 1% 0.12% -
HSV(B) 163º 1% 0.24% -
XYZ 2.05 3.41 2.83 -
YUV 40.12 129.62 99.38 -
System Red Green Blue C M Y K H S L
Decimal 0 60 43 1 0 0.28 0.76 163 1 0.12
Hex 0 3C 2B 64 0 1C 4C A3 64 C
Octal 0 74 53 144 0 34 114 243 144 14
Binary 0 111100 101011 1100100 0 11100 1001100 10100011 1100100 1100

Color Harmonies of #003C2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #003C2B

Black with #003C2B

Text Example


Text Example

White with #003C2B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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