Html Css Color HEX #2C792E Japanese Laurel

📋 copy color: '#2C792E'

red 44 ◦ green 121 ◦ blue 46

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

Shades of Japanese Laurel #2C792E

Tints of Japanese Laurel #2C792E

RGB

 RED value IS 44 (17.58% from 255) = 20.85%

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

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

R = 20.85%
G = 57.35%
B = 21.8%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.62

 K value IS 0.53

RGB Variations

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

Color information

#2C792E (or 0x2C792E) is known color: Japanese Laurel. HEX triplet: 2C, 79 and 2E. RGB value is (44,121,46). Sum of RGB (Red+Green+Blue) = 44+121+46=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 121 (47.66% from 255 or 57.35% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 121 - color contains mainly: green. Hex color #2C792E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C792E is #D386D1. Grayscale: #595959. Windows color (decimal): -13862610 or 3045676. OLE color: 3045676.

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

Color convert

RGB 44 121 46 -
CMYK 0.64 0 0.62 0.53
HSL 121.56º 0.47% 0.32% -
HSV(B) 121.56º 0.64% 0.47% -
XYZ 8.37 14.41 4.92 -
YUV 89.43 103.49 95.6 -
System Red Green Blue C M Y K H S L
Decimal 44 121 46 0.64 0 0.62 0.53 121.56 0.47 0.32
Hex 2C 79 2E 40 0 3E 35 7A 2F 20
Octal 54 171 56 100 0 76 65 172 57 40
Binary 101100 1111001 101110 1000000 0 111110 110101 1111010 101111 100000

Color Harmonies of #2C792E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C792E

Black with #2C792E

Text Example


Text Example

White with #2C792E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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