Html Css Color HEX #2C782F Japanese Laurel

📋 copy color: '#2C782F'

red 44 ◦ green 120 ◦ blue 47

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

Shades of Japanese Laurel #2C782F

Tints of Japanese Laurel #2C782F

RGB

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

 GREEN value IS 120 (47.27% from 255) = 56.87%

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

R = 20.85%
G = 56.87%
B = 22.27%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#2C782F (or 0x2C782F) is known color: Japanese Laurel. HEX triplet: 2C, 78 and 2F. RGB value is (44,120,47). Sum of RGB (Red+Green+Blue) = 44+120+47=211 (27% of max value = 765). Red value is 44 (17.58% from 255 or 20.85% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 47 (18.75% from 255 or 22.27% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #2C782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C782F is #D387D0. Grayscale: #595959. Windows color (decimal): -13862865 or 3110956. OLE color: 3110956.

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

Color convert

RGB 44 120 47 -
CMYK 0.63 0 0.61 0.53
HSL 122.37º 0.46% 0.32% -
HSV(B) 122.37º 0.63% 0.47% -
XYZ 8.27 14.17 4.99 -
YUV 88.95 104.32 95.94 -
System Red Green Blue C M Y K H S L
Decimal 44 120 47 0.63 0 0.61 0.53 122.37 0.46 0.32
Hex 2C 78 2F 3F 0 3D 35 7A 2E 20
Octal 54 170 57 77 0 75 65 172 56 40
Binary 101100 1111000 101111 111111 0 111101 110101 1111010 101110 100000

Color Harmonies of #2C782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C782F

Black with #2C782F

Text Example


Text Example

White with #2C782F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,120,47); }

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

background-color css

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

 a { background-color: rgb(44,120,47); }

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

border-color css

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

 span { border-color: rgb(44,120,47); }

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