#2D513D

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

Shades of Kaitoke Green #2D513D

Tints of Kaitoke Green #2D513D

Color information

#2D513D (or 0x2D513D) is unknown color: approx Kaitoke Green. HEX triplet: 2D, 51 and 3D. RGB value is (45,81,61). Sum of RGB (Red+Green+Blue) = 45+81+61=187 (24% of max value = 765). Red value is 45 (17.97% from 255 or 24.06% from 187); Green value is 81 (32.03% from 255 or 43.32% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 81 - color contains mainly: green. Hex color #2D513D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D513D is #D2AEC2. Grayscale: #444444. Windows color (decimal): -13807299 or 4018477. OLE color: 4018477.

HSL color Cylindrical-coordinate representation of color #2D513D: hue angle of 146.67º degrees, saturation: 0.29, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #2D513D is Cyan = 0.44, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.68.

Color convert

RGB458161-
CMYK0.4400.250.68
HSL146.67º28.57%24.71%-
HSV(B)146.67º44.44%31.76%-
XYZ4.876.785.47-
YUV67.96124.07111.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 24.06%
GREEN value IS 81 (32.03% from 255) = 43.32%
BLUE value IS 61 (24.22% from 255) = 32.62%
R=24.06%
G=43.32%
B=32.62%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4581610.4400.250.68146.6728.5724.71
Hex2D513D2C01944931d19
Octal5512175540311042233531
Binary10110110100011111011011000110011000100100100111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2D513D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,81,61); }

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

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

 a { background-color: rgb(45,81,61); }

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

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

 span { border-color: rgb(45,81,61); }

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