#295138

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

Shades of Kaitoke Green #295138

Tints of Kaitoke Green #295138

Color information

#295138 (or 0x295138) is unknown color: approx Kaitoke Green. HEX triplet: 29, 51 and 38. RGB value is (41,81,56). Sum of RGB (Red+Green+Blue) = 41+81+56=178 (23% of max value = 765). Red value is 41 (16.41% from 255 or 23.03% from 178); Green value is 81 (32.03% from 255 or 45.51% from 178); Blue value is 56 (22.27% from 255 or 31.46% from 178); Max value from RGB is 81 - color contains mainly: green. Hex color #295138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #295138 is #D6AEC7. Grayscale: #424242. Windows color (decimal): -14069448 or 3690793. OLE color: 3690793.

HSL color Cylindrical-coordinate representation of color #295138: hue angle of 142.5º degrees, saturation: 0.33, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #295138 is Cyan = 0.49, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.68.

Color convert

RGB418156-
CMYK0.4900.310.68
HSL142.5º32.79%23.92%-
HSV(B)142.5º49.38%31.76%-
XYZ4.576.644.78-
YUV66.19122.25110.03-

RGB Variations

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

RGB

RED value IS 41 (16.41% from 255) = 23.03%
GREEN value IS 81 (32.03% from 255) = 45.51%
BLUE value IS 56 (22.27% from 255) = 31.46%
R=23.03%
G=45.51%
B=31.46%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal4181560.4900.310.68142.532.7923.92
Hex2951383101F448e2118
Octal5112170610371042164130
Binary101001101000111100011000101111110001001000111010000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #295138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #295138; }

 p { color: rgb(41,81,56); }

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

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

 a { background-color: rgb(41,81,56); }

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

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

 span { border-color: rgb(41,81,56); }

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