#2d533f

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

Shades of Kaitoke Green #2D533F

Tints of Kaitoke Green #2D533F

Color information

#2D533F (or 0x2D533F) is unknown color: approx Kaitoke Green. HEX triplet: 2D, 53 and 3F. RGB value is (45,83,63). Sum of RGB (Red+Green+Blue) = 45+83+63=191 (25% of max value = 765). Red value is 45 (17.97% from 255 or 23.56% from 191); Green value is 83 (32.81% from 255 or 43.46% from 191); Blue value is 63 (25% from 255 or 32.98% from 191); Max value from RGB is 83 - color contains mainly: green. Hex color #2D533F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D533F is #D2ACC0. Grayscale: #454545. Windows color (decimal): -13806785 or 4150061. OLE color: 4150061.

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

Color convert

RGB458363-
CMYK0.4600.240.67
HSL148.42º29.69%25.1%-
HSV(B)148.42º45.78%32.55%-
XYZ5.077.15.81-
YUV69.36124.41110.63-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 23.56%
GREEN value IS 83 (32.81% from 255) = 43.46%
BLUE value IS 63 (25% from 255) = 32.98%
R=23.56%
G=43.46%
B=32.98%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4583630.4600.240.67148.4229.6925.1
Hex2D533F2E01843941e19
Octal5512377560301032243631
Binary10110110100111111111011100110001000011100101001111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2d533f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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