#2D330E

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

Shades of Turtle Green #2D330E

Tints of Turtle Green #2D330E

Color information

#2D330E (or 0x2D330E) is unknown color: approx Turtle Green. HEX triplet: 2D, 33 and 0E. RGB value is (45,51,14). Sum of RGB (Red+Green+Blue) = 45+51+14=110 (14% of max value = 765). Red value is 45 (17.97% from 255 or 40.91% from 110); Green value is 51 (20.31% from 255 or 46.36% from 110); Blue value is 14 (5.86% from 255 or 12.73% from 110); Max value from RGB is 51 - color contains mainly: green. Hex color #2D330E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D330E is #D2CCF1. Grayscale: #2D2D2D. Windows color (decimal): -13815026 or 930605. OLE color: 930605.

HSL color Cylindrical-coordinate representation of color #2D330E: hue angle of 69.73º degrees, saturation: 0.57, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2D330E is Cyan = 0.12, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.8.

Color convert

RGB455114-
CMYK0.1200.730.8
HSL69.73º56.92%12.75%-
HSV(B)69.73º72.55%20%-
XYZ2.352.960.86-
YUV44.99110.51128.01-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 40.91%
GREEN value IS 51 (20.31% from 255) = 46.36%
BLUE value IS 14 (5.86% from 255) = 12.73%
R=40.91%
G=46.36%
B=12.73%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal4551140.1200.730.869.7356.9212.75
Hex2D33EC049504639d
Octal5563161401111201067115
Binary1011011100111110110001001001101000010001101110011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D330E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,51,14); }

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

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

 a { background-color: rgb(45,51,14); }

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

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

 span { border-color: rgb(45,51,14); }

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