Html Css Color HEX #1E4C30 Kaitoke Green

📋 copy color: '#1E4C30'

red 30 ◦ green 76 ◦ blue 48

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

Shades of Kaitoke Green #1E4C30

Tints of Kaitoke Green #1E4C30

RGB

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

 GREEN value IS 76 (30.08% from 255) = 49.35%

 BLUE value IS 48 (19.14% from 255) = 31.17%

R = 19.48%
G = 49.35%
B = 31.17%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#1E4C30 (or 0x1E4C30) is known color: Kaitoke Green. HEX triplet: 1E, 4C and 30. RGB value is (30,76,48). Sum of RGB (Red+Green+Blue) = 30+76+48=154 (20% of max value = 765). Red value is 30 (12.11% from 255 or 19.48% from 154); Green value is 76 (30.08% from 255 or 49.35% from 154); Blue value is 48 (19.14% from 255 or 31.17% from 154); Max value from RGB is 76 - color contains mainly: green. Hex color #1E4C30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1E4C30 is #E1B3CF. Grayscale: #3B3B3B. Windows color (decimal): -14791632 or 3165214. OLE color: 3165214.

HSL color Cylindrical-coordinate representation of color #1E4C30: hue angle of 143.48º degrees, saturation: 0.43, 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 #1E4C30 is Cyan = 0.61, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.70.

Color convert

RGB 30 76 48 -
CMYK 0.61 0 0.37 0.70
HSL 143.48º 0.43% 0.21% -
HSV(B) 143.48º 0.61% 0.3% -
XYZ 3.65 5.66 3.7 -
YUV 59.05 121.76 107.28 -
System Red Green Blue C M Y K H S L
Decimal 30 76 48 0.61 0 0.37 0.70 143.48 0.43 0.21
Hex 1E 4C 30 3D 0 25 46 8F 2B 15
Octal 36 114 60 75 0 45 106 217 53 25
Binary 11110 1001100 110000 111101 0 100101 1000110 10001111 101011 10101

Color Harmonies of #1E4C30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1E4C30

Black with #1E4C30

Text Example


Text Example

White with #1E4C30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(30,76,48); }

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

background-color css

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

 a { background-color: rgb(30,76,48); }

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

border-color css

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

 span { border-color: rgb(30,76,48); }

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