Html Css Color HEX #2E7426 Japanese Laurel

📋 copy color: '#2E7426'

red 46 ◦ green 116 ◦ blue 38

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

Shades of Japanese Laurel #2E7426

Tints of Japanese Laurel #2E7426

RGB

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

 GREEN value IS 116 (45.7% from 255) = 58%

 BLUE value IS 38 (15.23% from 255) = 19%

R = 23%
G = 58%
B = 19%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.67

 K value IS 0.55

RGB Variations

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

Color information

#2E7426 (or 0x2E7426) is known color: Japanese Laurel. HEX triplet: 2E, 74 and 26. RGB value is (46,116,38). Sum of RGB (Red+Green+Blue) = 46+116+38=200 (26% of max value = 765). Red value is 46 (18.36% from 255 or 23% from 200); Green value is 116 (45.70% from 255 or 58% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 116 - color contains mainly: green. Hex color #2E7426 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7426 is #D18BD9. Grayscale: #565656. Windows color (decimal): -13732826 or 2520110. OLE color: 2520110.

HSL color Cylindrical-coordinate representation of color #2E7426: hue angle of 113.85º degrees, saturation: 0.51, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2E7426 is Cyan = 0.60, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 116 38 -
CMYK 0.60 0 0.67 0.55
HSL 113.85º 0.51% 0.3% -
HSV(B) 113.85º 0.67% 0.45% -
XYZ 7.72 13.21 3.98 -
YUV 86.18 100.81 99.34 -
System Red Green Blue C M Y K H S L
Decimal 46 116 38 0.60 0 0.67 0.55 113.85 0.51 0.3
Hex 2E 74 26 3C 0 43 37 72 33 1E
Octal 56 164 46 74 0 103 67 162 63 36
Binary 101110 1110100 100110 111100 0 1000011 110111 1110010 110011 11110

Color Harmonies of #2E7426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7426

Black with #2E7426

Text Example


Text Example

White with #2E7426

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,116,38); }

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

background-color css

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

 a { background-color: rgb(46,116,38); }

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

border-color css

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

 span { border-color: rgb(46,116,38); }

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