Html Css Color HEX #2E7627 Japanese Laurel

📋 copy color: '#2E7627'

red 46 ◦ green 118 ◦ blue 39

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

Shades of Japanese Laurel #2E7627

Tints of Japanese Laurel #2E7627

RGB

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

 GREEN value IS 118 (46.48% from 255) = 58.13%

 BLUE value IS 39 (15.63% from 255) = 19.21%

R = 22.66%
G = 58.13%
B = 19.21%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.67

 K value IS 0.54

RGB Variations

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

Color information

#2E7627 (or 0x2E7627) is known color: Japanese Laurel. HEX triplet: 2E, 76 and 27. RGB value is (46,118,39). Sum of RGB (Red+Green+Blue) = 46+118+39=203 (26% of max value = 765). Red value is 46 (18.36% from 255 or 22.66% from 203); Green value is 118 (46.48% from 255 or 58.13% from 203); Blue value is 39 (15.62% from 255 or 19.21% from 203); Max value from RGB is 118 - color contains mainly: green. Hex color #2E7627 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7627 is #D189D8. Grayscale: #575757. Windows color (decimal): -13732313 or 2586158. OLE color: 2586158.

HSL color Cylindrical-coordinate representation of color #2E7627: hue angle of 114.68º degrees, saturation: 0.5, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E7627 is Cyan = 0.61, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.54.

Color convert

RGB 46 118 39 -
CMYK 0.61 0 0.67 0.54
HSL 114.68º 0.5% 0.31% -
HSV(B) 114.68º 0.67% 0.46% -
XYZ 7.97 13.68 4.14 -
YUV 87.47 100.65 98.42 -
System Red Green Blue C M Y K H S L
Decimal 46 118 39 0.61 0 0.67 0.54 114.68 0.5 0.31
Hex 2E 76 27 3D 0 43 36 73 32 1F
Octal 56 166 47 75 0 103 66 163 62 37
Binary 101110 1110110 100111 111101 0 1000011 110110 1110011 110010 11111

Color Harmonies of #2E7627

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7627

Black with #2E7627

Text Example


Text Example

White with #2E7627

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,118,39); }

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

background-color css

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

 a { background-color: rgb(46,118,39); }

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

border-color css

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

 span { border-color: rgb(46,118,39); }

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