#2A5038

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

Shades of Kaitoke Green #2A5038

Tints of Kaitoke Green #2A5038

Color information

#2A5038 (or 0x2A5038) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 50 and 38. RGB value is (42,80,56). Sum of RGB (Red+Green+Blue) = 42+80+56=178 (23% of max value = 765). Red value is 42 (16.80% from 255 or 23.60% from 178); Green value is 80 (31.64% from 255 or 44.94% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5038 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5038 is #D5AFC7. Grayscale: #414141. Windows color (decimal): -14004168 or 3690538. OLE color: 3690538.

HSL color Cylindrical-coordinate representation of color #2A5038: hue angle of 142.11º degrees, saturation: 0.31, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #2A5038 is Cyan = 0.48, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.69.

Color convert

RGB428056-
CMYK0.4800.300.69
HSL142.11º31.15%23.92%-
HSV(B)142.11º47.5%31.37%-
XYZ4.546.524.76-
YUV65.9122.41110.95-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 23.60%
GREEN value IS 80 (31.64% from 255) = 44.94%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=23.60%
G=44.94%
B=31.46%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4280560.4800.300.69142.1131.1523.92
Hex2A50383001E458e1f18
Octal5212070600361052163730
Binary10101010100001110001100000111101000101100011101111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,80,56); }

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

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

 a { background-color: rgb(42,80,56); }

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

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

 span { border-color: rgb(42,80,56); }

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