Html Css Color HEX #2E7A2F Japanese Laurel

📋 copy color: '#2E7A2F'

red 46 ◦ green 122 ◦ blue 47

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

Shades of Japanese Laurel #2E7A2F

Tints of Japanese Laurel #2E7A2F

RGB

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

 GREEN value IS 122 (48.05% from 255) = 56.74%

 BLUE value IS 47 (18.75% from 255) = 21.86%

R = 21.4%
G = 56.74%
B = 21.86%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.52

RGB Variations

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

Color information

#2E7A2F (or 0x2E7A2F) is known color: Japanese Laurel. HEX triplet: 2E, 7A and 2F. RGB value is (46,122,47). Sum of RGB (Red+Green+Blue) = 46+122+47=215 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.40% from 215); Green value is 122 (48.05% from 255 or 56.74% from 215); Blue value is 47 (18.75% from 255 or 21.86% from 215); Max value from RGB is 122 - color contains mainly: green. Hex color #2E7A2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7A2F is #D185D0. Grayscale: #5A5A5A. Windows color (decimal): -13731281 or 3111470. OLE color: 3111470.

HSL color Cylindrical-coordinate representation of color #2E7A2F: hue angle of 120.79º degrees, saturation: 0.45, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2E7A2F is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.52.

Color convert

RGB 46 122 47 -
CMYK 0.62 0 0.61 0.52
HSL 120.79º 0.45% 0.33% -
HSV(B) 120.79º 0.62% 0.48% -
XYZ 8.6 14.71 5.07 -
YUV 90.73 103.32 96.1 -
System Red Green Blue C M Y K H S L
Decimal 46 122 47 0.62 0 0.61 0.52 120.79 0.45 0.33
Hex 2E 7A 2F 3E 0 3D 34 79 2D 21
Octal 56 172 57 76 0 75 64 171 55 41
Binary 101110 1111010 101111 111110 0 111101 110100 1111001 101101 100001

Color Harmonies of #2E7A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7A2F

Black with #2E7A2F

Text Example


Text Example

White with #2E7A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(46,122,47); }

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

background-color css

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

 a { background-color: rgb(46,122,47); }

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

border-color css

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

 span { border-color: rgb(46,122,47); }

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