#2C3401

Color #2C3401 Turtle Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turtle Green #2C3401

Tints of Turtle Green #2C3401

Color information

#2C3401 (or 0x2C3401) is unknown color: approx Turtle Green. HEX triplet: 2C, 34 and 01. RGB value is (44,52,1). Sum of RGB (Red+Green+Blue) = 44+52+1=97 (12% of max value = 765). Red value is 44 (17.58% from 255 or 45.36% from 97); Green value is 52 (20.70% from 255 or 53.61% from 97); Blue value is 1 (0.78% from 255 or 1.03% from 97); Max value from RGB is 52 - color contains mainly: green. Hex color #2C3401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2C3401 is #D3CBFE. Grayscale: #2B2B2B. Windows color (decimal): -13880319 or 78892. OLE color: 78892.

HSL color Cylindrical-coordinate representation of color #2C3401: hue angle of 69.41º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #2C3401 is Cyan = 0.15, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB44521-
CMYK0.1500.980.80
HSL69.41º96.23%10.39%-
HSV(B)69.41º98.08%20.39%-
XYZ2.272.990.49-
YUV43.79103.85128.15-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 45.36%
GREEN value IS 52 (20.70% from 255) = 53.61%
BLUE value IS 1 (0.78% from 255) = 1.03%
R=45.36%
G=53.61%
B=1.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal445210.1500.980.8069.4196.2310.39
Hex2C341F062504560a
Octal5464117014212010514012
Binary10110011010011111011000101010000100010111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C3401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,52,1); }

 H1.HeaderClassName
 {
   color: #2C3401;
 }
 .AnyTagClassName
 {
   color: #2C3401;
 }
</style>
background-color css

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

 a { background-color: rgb(44,52,1); }

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

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

 span { border-color: rgb(44,52,1); }

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