#2B533A

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

Shades of Kaitoke Green #2B533A

Tints of Kaitoke Green #2B533A

Color information

#2B533A (or 0x2B533A) is unknown color: approx Kaitoke Green. HEX triplet: 2B, 53 and 3A. RGB value is (43,83,58). Sum of RGB (Red+Green+Blue) = 43+83+58=184 (24% of max value = 765). Red value is 43 (17.19% from 255 or 23.37% from 184); Green value is 83 (32.81% from 255 or 45.11% from 184); Blue value is 58 (23.05% from 255 or 31.52% from 184); Max value from RGB is 83 - color contains mainly: green. Hex color #2B533A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2B533A is #D4ACC5. Grayscale: #444444. Windows color (decimal): -13937862 or 3822379. OLE color: 3822379.

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

Color convert

RGB438358-
CMYK0.4800.300.67
HSL142.5º31.75%24.71%-
HSV(B)142.5º48.19%32.55%-
XYZ4.857.015.1-
YUV68.19122.25110.03-

RGB Variations

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

RGB

RED value IS 43 (17.19% from 255) = 23.37%
GREEN value IS 83 (32.81% from 255) = 45.11%
BLUE value IS 58 (23.05% from 255) = 31.52%
R=23.37%
G=45.11%
B=31.52%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4383580.4800.300.67142.531.7524.71
Hex2B533A3001E438e2019
Octal5312372600361032164031
Binary101011101001111101011000001111010000111000111010000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2B533A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(43,83,58); }

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

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

 a { background-color: rgb(43,83,58); }

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

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

 span { border-color: rgb(43,83,58); }

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