Html Css Color HEX #2E4A39 Kaitoke Green

📋 copy color: '#2E4A39'

red 46 ◦ green 74 ◦ blue 57

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

Shades of Kaitoke Green #2E4A39

Tints of Kaitoke Green #2E4A39

RGB

 RED value IS 46 (18.36% from 255) = 25.99%

 GREEN value IS 74 (29.3% from 255) = 41.81%

 BLUE value IS 57 (22.66% from 255) = 32.2%

R = 25.99%
G = 41.81%
B = 32.2%

CMYK

 C value IS 0.38

 M value IS 0

 Y value IS 0.23

 K value IS 0.71

RGB Variations

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

Color information

#2E4A39 (or 0x2E4A39) is known color: Kaitoke Green. HEX triplet: 2E, 4A and 39. RGB value is (46,74,57). Sum of RGB (Red+Green+Blue) = 46+74+57=177 (23% of max value = 765). Red value is 46 (18.36% from 255 or 25.99% from 177); Green value is 74 (29.30% from 255 or 41.81% from 177); Blue value is 57 (22.66% from 255 or 32.20% from 177); Max value from RGB is 74 - color contains mainly: green. Hex color #2E4A39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2E4A39 is #D1B5C6. Grayscale: #3F3F3F. Windows color (decimal): -13743559 or 3754542. OLE color: 3754542.

HSL color Cylindrical-coordinate representation of color #2E4A39: hue angle of 143.57º degrees, saturation: 0.23, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #2E4A39 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.71.

Color convert

RGB 46 74 57 -
CMYK 0.38 0 0.23 0.71
HSL 143.57º 0.23% 0.24% -
HSV(B) 143.57º 0.38% 0.29% -
XYZ 4.31 5.77 4.76 -
YUV 63.69 124.22 115.38 -
System Red Green Blue C M Y K H S L
Decimal 46 74 57 0.38 0 0.23 0.71 143.57 0.23 0.24
Hex 2E 4A 39 26 0 17 47 90 17 18
Octal 56 112 71 46 0 27 107 220 27 30
Binary 101110 1001010 111001 100110 0 10111 1000111 10010000 10111 11000

Color Harmonies of #2E4A39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E4A39

Black with #2E4A39

Text Example


Text Example

White with #2E4A39

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E4A39; }

 p { color: rgb(46,74,57); }

 H1.HeaderClassName
 {
   color: #2E4A39;
 }
 .AnyTagClassName
 {
   color: #2E4A39;
 }
</style>

background-color css

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

 a { background-color: rgb(46,74,57); }

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

border-color css

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

 span { border-color: rgb(46,74,57); }

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