Html Css Color HEX #2E6F24 Japanese Laurel

📋 copy color: '#2E6F24'

red 46 ◦ green 111 ◦ blue 36

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

Shades of Japanese Laurel #2E6F24

Tints of Japanese Laurel #2E6F24

RGB

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

 GREEN value IS 111 (43.75% from 255) = 57.51%

 BLUE value IS 36 (14.45% from 255) = 18.65%

R = 23.83%
G = 57.51%
B = 18.65%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#2E6F24 (or 0x2E6F24) is known color: Japanese Laurel. HEX triplet: 2E, 6F and 24. RGB value is (46,111,36). Sum of RGB (Red+Green+Blue) = 46+111+36=193 (25% of max value = 765). Red value is 46 (18.36% from 255 or 23.83% from 193); Green value is 111 (43.75% from 255 or 57.51% from 193); Blue value is 36 (14.45% from 255 or 18.65% from 193); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F24 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6F24 is #D190DB. Grayscale: #535353. Windows color (decimal): -13734108 or 2387758. OLE color: 2387758.

HSL color Cylindrical-coordinate representation of color #2E6F24: hue angle of 112º degrees, saturation: 0.51, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2E6F24 is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 111 36 -
CMYK 0.59 0 0.68 0.56
HSL 112º 0.51% 0.29% -
HSV(B) 112º 0.68% 0.44% -
XYZ 7.13 12.08 3.62 -
YUV 83.02 101.47 101.6 -
System Red Green Blue C M Y K H S L
Decimal 46 111 36 0.59 0 0.68 0.56 112 0.51 0.29
Hex 2E 6F 24 3B 0 44 38 70 33 1D
Octal 56 157 44 73 0 104 70 160 63 35
Binary 101110 1101111 100100 111011 0 1000100 111000 1110000 110011 11101

Color Harmonies of #2E6F24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6F24

Black with #2E6F24

Text Example


Text Example

White with #2E6F24

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,111,36); }

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

background-color css

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

 a { background-color: rgb(46,111,36); }

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

border-color css

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

 span { border-color: rgb(46,111,36); }

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