Html Css Color HEX #2C3C02 Turtle Green

📋 copy color: '#2C3C02'

red 44 ◦ green 60 ◦ blue 2

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

Shades of Turtle Green #2C3C02

Tints of Turtle Green #2C3C02

RGB

 RED value IS 44 (17.58% from 255) = 41.51%

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

 BLUE value IS 2 (1.17% from 255) = 1.89%

R = 41.51%
G = 56.6%
B = 1.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.97

 K value IS 0.76

RGB Variations

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

Color information

#2C3C02 (or 0x2C3C02) is known color: Turtle Green. HEX triplet: 2C, 3C and 02. RGB value is (44,60,2). Sum of RGB (Red+Green+Blue) = 44+60+2=106 (14% of max value = 765). Red value is 44 (17.58% from 255 or 41.51% from 106); Green value is 60 (23.83% from 255 or 56.60% from 106); Blue value is 2 (1.17% from 255 or 1.89% from 106); Max value from RGB is 60 - color contains mainly: green. Hex color #2C3C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3C02 is #D3C3FD. Grayscale: #303030. Windows color (decimal): -13878270 or 146476. OLE color: 146476.

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

Color convert

RGB 44 60 2 -
CMYK 0.27 0 0.97 0.76
HSL 76.55º 0.94% 0.12% -
HSV(B) 76.55º 0.97% 0.24% -
XYZ 2.67 3.77 0.64 -
YUV 48.6 101.7 124.72 -
System Red Green Blue C M Y K H S L
Decimal 44 60 2 0.27 0 0.97 0.76 76.55 0.94 0.12
Hex 2C 3C 2 1B 0 61 4C 4D 5E C
Octal 54 74 2 33 0 141 114 115 136 14
Binary 101100 111100 10 11011 0 1100001 1001100 1001101 1011110 1100

Color Harmonies of #2C3C02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C3C02

Black with #2C3C02

Text Example


Text Example

White with #2C3C02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2C3C02; }

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

 H1.HeaderClassName
 {
   color: #2C3C02;
 }
 .AnyTagClassName
 {
   color: #2C3C02;
 }
</style>

background-color css

<style>
 a { background-color: #2C3C02; }

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

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

border-color css

<style>
 span { border-color: #2C3C02; }

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

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