#2D4103

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

Shades of Turtle Green #2D4103

Tints of Turtle Green #2D4103

Color information

#2D4103 (or 0x2D4103) is unknown color: approx Turtle Green. HEX triplet: 2D, 41 and 03. RGB value is (45,65,3). Sum of RGB (Red+Green+Blue) = 45+65+3=113 (14% of max value = 765). Red value is 45 (17.97% from 255 or 39.82% from 113); Green value is 65 (25.78% from 255 or 57.52% from 113); Blue value is 3 (1.56% from 255 or 2.65% from 113); Max value from RGB is 65 - color contains mainly: green. Hex color #2D4103 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #2D4103 is #D2BEFC. Grayscale: #343434. Windows color (decimal): -13811453 or 213293. OLE color: 213293.

HSL color Cylindrical-coordinate representation of color #2D4103: hue angle of 79.35º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #2D4103 is Cyan = 0.31, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB45653-
CMYK0.3100.950.75
HSL79.35º91.18%13.33%-
HSV(B)79.35º95.38%25.49%-
XYZ2.994.350.77-
YUV51.95100.37123.04-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 39.82%
GREEN value IS 65 (25.78% from 255) = 57.52%
BLUE value IS 3 (1.56% from 255) = 2.65%
R=39.82%
G=57.52%
B=2.65%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal456530.3100.950.7579.3591.1813.33
Hex2D4131F05F4B4f5bd
Octal55101337013711311713315
Binary10110110000011111111010111111001011100111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D4103

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,65,3); }

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

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

 a { background-color: rgb(45,65,3); }

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

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

 span { border-color: rgb(45,65,3); }

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