#2A553A

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

Shades of Kaitoke Green #2A553A

Tints of Kaitoke Green #2A553A

Color information

#2A553A (or 0x2A553A) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 55 and 3A. RGB value is (42,85,58). Sum of RGB (Red+Green+Blue) = 42+85+58=185 (24% of max value = 765). Red value is 42 (16.80% from 255 or 22.70% from 185); Green value is 85 (33.59% from 255 or 45.95% from 185); Blue value is 58 (23.05% from 255 or 31.35% from 185); Max value from RGB is 85 - color contains mainly: green. Hex color #2A553A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A553A is #D5AAC5. Grayscale: #454545. Windows color (decimal): -14002886 or 3822890. OLE color: 3822890.

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

Color convert

RGB428558-
CMYK0.5100.320.67
HSL142.33º33.86%24.9%-
HSV(B)142.33º50.59%33.33%-
XYZ4.977.295.15-
YUV69.06121.75108.7-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 22.70%
GREEN value IS 85 (33.59% from 255) = 45.95%
BLUE value IS 58 (23.05% from 255) = 31.35%
R=22.70%
G=45.95%
B=31.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4285580.5100.320.67142.3333.8624.9
Hex2A553A33020438e2219
Octal5212572630401032164231
Binary1010101010101111010110011010000010000111000111010001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A553A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,85,58); }

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

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

 a { background-color: rgb(42,85,58); }

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

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

 span { border-color: rgb(42,85,58); }

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