#2D530B

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

Shades of Turtle Green #2D530B

Tints of Turtle Green #2D530B

Color information

#2D530B (or 0x2D530B) is unknown color: approx Turtle Green. HEX triplet: 2D, 53 and 0B. RGB value is (45,83,11). Sum of RGB (Red+Green+Blue) = 45+83+11=139 (18% of max value = 765). Red value is 45 (17.97% from 255 or 32.37% from 139); Green value is 83 (32.81% from 255 or 59.71% from 139); Blue value is 11 (4.69% from 255 or 7.91% from 139); Max value from RGB is 83 - color contains mainly: green. Hex color #2D530B is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #2D530B is #D2ACF4. Grayscale: #3F3F3F. Windows color (decimal): -13806837 or 742189. OLE color: 742189.

HSL color Cylindrical-coordinate representation of color #2D530B: hue angle of 91.67º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #2D530B is Cyan = 0.46, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.67.

Color convert

RGB458311-
CMYK0.4600.870.67
HSL91.67º76.6%18.43%-
HSV(B)91.67º86.75%32.55%-
XYZ4.246.771.4-
YUV63.4398.41114.85-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 32.37%
GREEN value IS 83 (32.81% from 255) = 59.71%
BLUE value IS 11 (4.69% from 255) = 7.91%
R=32.37%
G=59.71%
B=7.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.87
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4583110.4600.870.6791.6776.618.43
Hex2D53B2E057435c4d12
Octal551231356012710313411522
Binary101101101001110111011100101011110000111011100100110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D530B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,83,11); }

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

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

 a { background-color: rgb(45,83,11); }

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

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

 span { border-color: rgb(45,83,11); }

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