#1E512A

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

Shades of Kaitoke Green #1E512A

Tints of Kaitoke Green #1E512A

Color information

#1E512A (or 0x1E512A) is unknown color: approx Kaitoke Green. HEX triplet: 1E, 51 and 2A. RGB value is (30,81,42). Sum of RGB (Red+Green+Blue) = 30+81+42=153 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.61% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 42 (16.80% from 255 or 27.45% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #1E512A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E512A is #E1AED5. Grayscale: #3D3D3D. Windows color (decimal): -14790358 or 2773278. OLE color: 2773278.

HSL color Cylindrical-coordinate representation of color #1E512A: hue angle of 134.12º 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 #1E512A is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.68.

Color convert

RGB308142-
CMYK0.6300.480.68
HSL134.12º45.95%21.76%-
HSV(B)134.12º62.96%31.76%-
XYZ3.96.333.21-
YUV61.3117.1105.67-

RGB Variations

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

RGB

RED value IS 30 (12.11% from 255) = 19.61%
GREEN value IS 81 (32.03% from 255) = 52.94%
BLUE value IS 42 (16.80% from 255) = 27.45%
R=19.61%
G=52.94%
B=27.45%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3081420.6300.480.68134.1245.9521.76
Hex1E512A3F03044862e16
Octal3612152770601042065626
Binary111101010001101010111111011000010001001000011010111010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1E512A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(30,81,42); }

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

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

 a { background-color: rgb(30,81,42); }

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

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

 span { border-color: rgb(30,81,42); }

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