Html Css Color HEX #2D792E Japanese Laurel

📋 copy color: '#2D792E'

red 45 ◦ green 121 ◦ blue 46

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

Shades of Japanese Laurel #2D792E

Tints of Japanese Laurel #2D792E

RGB

 RED value IS 45 (17.97% from 255) = 21.23%

 GREEN value IS 121 (47.66% from 255) = 57.08%

 BLUE value IS 46 (18.36% from 255) = 21.7%

R = 21.23%
G = 57.08%
B = 21.7%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#2D792E (or 0x2D792E) is known color: Japanese Laurel. HEX triplet: 2D, 79 and 2E. RGB value is (45,121,46). Sum of RGB (Red+Green+Blue) = 45+121+46=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 121 (47.66% from 255 or 57.08% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 121 - color contains mainly: green. Hex color #2D792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D792E is #D286D1. Grayscale: #595959. Windows color (decimal): -13797074 or 3045677. OLE color: 3045677.

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

Color convert

RGB 45 121 46 -
CMYK 0.63 0 0.62 0.53
HSL 120.79º 0.46% 0.33% -
HSV(B) 120.79º 0.63% 0.47% -
XYZ 8.41 14.43 4.93 -
YUV 89.73 103.32 96.1 -
System Red Green Blue C M Y K H S L
Decimal 45 121 46 0.63 0 0.62 0.53 120.79 0.46 0.33
Hex 2D 79 2E 3F 0 3E 35 79 2E 21
Octal 55 171 56 77 0 76 65 171 56 41
Binary 101101 1111001 101110 111111 0 111110 110101 1111001 101110 100001

Color Harmonies of #2D792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D792E

Black with #2D792E

Text Example


Text Example

White with #2D792E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,121,46); }

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

background-color css

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

 a { background-color: rgb(45,121,46); }

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

border-color css

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

 span { border-color: rgb(45,121,46); }

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