Html Css Color HEX #1E4D2A Kaitoke Green

📋 copy color: '#1E4D2A'

red 30 ◦ green 77 ◦ blue 42

#1E4D2A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Kaitoke Green #1E4D2A

Tints of Kaitoke Green #1E4D2A

RGB

 RED value IS 30 (12.11% from 255) = 20.13%

 GREEN value IS 77 (30.47% from 255) = 51.68%

 BLUE value IS 42 (16.8% from 255) = 28.19%

R = 20.13%
G = 51.68%
B = 28.19%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.45

 K value IS 0.70

RGB Variations

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

Color information

#1E4D2A (or 0x1E4D2A) is known color: Kaitoke Green. HEX triplet: 1E, 4D and 2A. RGB value is (30,77,42). Sum of RGB (Red+Green+Blue) = 30+77+42=149 (19% of max value = 765). Red value is 30 (12.11% from 255 or 20.13% from 149); Green value is 77 (30.47% from 255 or 51.68% from 149); Blue value is 42 (16.80% from 255 or 28.19% from 149); Max value from RGB is 77 - color contains mainly: green. Hex color #1E4D2A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #1E4D2A is #E1B2D5. Grayscale: #3B3B3B. Windows color (decimal): -14791382 or 2772254. OLE color: 2772254.

HSL color Cylindrical-coordinate representation of color #1E4D2A: hue angle of 135.32º degrees, saturation: 0.44, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #1E4D2A is Cyan = 0.61, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.70.

Color convert

RGB 30 77 42 -
CMYK 0.61 0 0.45 0.70
HSL 135.32º 0.44% 0.21% -
HSV(B) 135.32º 0.61% 0.3% -
XYZ 3.61 5.75 3.11 -
YUV 58.96 118.43 107.35 -
System Red Green Blue C M Y K H S L
Decimal 30 77 42 0.61 0 0.45 0.70 135.32 0.44 0.21
Hex 1E 4D 2A 3D 0 2D 46 87 2C 15
Octal 36 115 52 75 0 55 106 207 54 25
Binary 11110 1001101 101010 111101 0 101101 1000110 10000111 101100 10101

Color Harmonies of #1E4D2A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4D2A

Black with #1E4D2A

Text Example


Text Example

White with #1E4D2A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #1E4D2A;
 }
 .AnyTagClassName
 {
   color: #1E4D2A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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