#2A5035

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

Shades of Kaitoke Green #2A5035

Tints of Kaitoke Green #2A5035

Color information

#2A5035 (or 0x2A5035) is unknown color: approx Kaitoke Green. HEX triplet: 2A, 50 and 35. RGB value is (42,80,53). Sum of RGB (Red+Green+Blue) = 42+80+53=175 (23% of max value = 765). Red value is 42 (16.80% from 255 or 24% from 175); Green value is 80 (31.64% from 255 or 45.71% from 175); Blue value is 53 (21.09% from 255 or 30.29% from 175); Max value from RGB is 80 - color contains mainly: green. Hex color #2A5035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2A5035 is #D5AFCA. Grayscale: #414141. Windows color (decimal): -14004171 or 3493930. OLE color: 3493930.

HSL color Cylindrical-coordinate representation of color #2A5035: hue angle of 137.37º 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 #2A5035 is Cyan = 0.48, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.69.

Color convert

RGB428053-
CMYK0.4800.340.69
HSL137.37º31.15%23.92%-
HSV(B)137.37º47.5%31.37%-
XYZ4.476.494.38-
YUV65.56120.91111.2-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 24%
GREEN value IS 80 (31.64% from 255) = 45.71%
BLUE value IS 53 (21.09% from 255) = 30.29%
R=24%
G=45.71%
B=30.29%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal4280530.4800.340.69137.3731.1523.92
Hex2A50353002245891f18
Octal5212065600421052113730
Binary101010101000011010111000001000101000101100010011111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A5035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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