#1E522E

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

Shades of Kaitoke Green #1E522E

Tints of Kaitoke Green #1E522E

Color information

#1E522E (or 0x1E522E) is unknown color: approx Kaitoke Green. HEX triplet: 1E, 52 and 2E. RGB value is (30,82,46). Sum of RGB (Red+Green+Blue) = 30+82+46=158 (20% of max value = 765). Red value is 30 (12.11% from 255 or 18.99% from 158); Green value is 82 (32.42% from 255 or 51.90% from 158); Blue value is 46 (18.36% from 255 or 29.11% from 158); Max value from RGB is 82 - color contains mainly: green. Hex color #1E522E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E522E is #E1ADD1. Grayscale: #3E3E3E. Windows color (decimal): -14790098 or 3035678. OLE color: 3035678.

HSL color Cylindrical-coordinate representation of color #1E522E: hue angle of 138.46º degrees, saturation: 0.46, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #1E522E is Cyan = 0.63, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.68.

Color convert

RGB308246-
CMYK0.6300.440.68
HSL138.46º46.43%21.96%-
HSV(B)138.46º63.41%32.16%-
XYZ4.056.513.63-
YUV62.35118.77104.93-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 18.99%
GREEN value IS 82 (32.42% from 255) = 51.90%
BLUE value IS 46 (18.36% from 255) = 29.11%
R=18.99%
G=51.90%
B=29.11%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3082460.6300.440.68138.4646.4321.96
Hex1E522E3F02C448a2e16
Octal3612256770541042125626
Binary111101010010101110111111010110010001001000101010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E522E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1E522E; }

 p { color: rgb(30,82,46); }

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

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

 a { background-color: rgb(30,82,46); }

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

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

 span { border-color: rgb(30,82,46); }

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