#2A3401

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

Shades of Turtle Green #2A3401

Tints of Turtle Green #2A3401

Color information

#2A3401 (or 0x2A3401) is unknown color: approx Turtle Green. HEX triplet: 2A, 34 and 01. RGB value is (42,52,1). Sum of RGB (Red+Green+Blue) = 42+52+1=95 (12% of max value = 765). Red value is 42 (16.80% from 255 or 44.21% from 95); Green value is 52 (20.70% from 255 or 54.74% from 95); Blue value is 1 (0.78% from 255 or 1.05% from 95); Max value from RGB is 52 - color contains mainly: green. Hex color #2A3401 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2A3401 is #D5CBFE. Grayscale: #2B2B2B. Windows color (decimal): -14011391 or 78890. OLE color: 78890.

HSL color Cylindrical-coordinate representation of color #2A3401: hue angle of 71.76º 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 #2A3401 is Cyan = 0.19, Magento = 0, Yellow = 0.98 and Black (K on CMYK) = 0.80.

Color convert

RGB42521-
CMYK0.1900.980.80
HSL71.76º96.23%10.39%-
HSV(B)71.76º98.08%20.39%-
XYZ2.192.950.48-
YUV43.2104.19127.15-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 44.21%
GREEN value IS 52 (20.70% from 255) = 54.74%
BLUE value IS 1 (0.78% from 255) = 1.05%
R=44.21%
G=54.74%
B=1.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.98
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal425210.1900.980.8071.7696.2310.39
Hex2A34113062504860a
Octal5264123014212011014012
Binary101010110100110011011000101010000100100011000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A3401

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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