Html Css Color HEX #2C783E Japanese Laurel

📋 copy color: '#2C783E'

red 44 ◦ green 120 ◦ blue 62

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

Shades of Japanese Laurel #2C783E

Tints of Japanese Laurel #2C783E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 27.43%

R = 19.47%
G = 53.1%
B = 27.43%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.48

 K value IS 0.53

RGB Variations

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

Color information

#2C783E (or 0x2C783E) is known color: Japanese Laurel. HEX triplet: 2C, 78 and 3E. RGB value is (44,120,62). Sum of RGB (Red+Green+Blue) = 44+120+62=226 (29% of max value = 765). Red value is 44 (17.58% from 255 or 19.47% from 226); Green value is 120 (47.27% from 255 or 53.10% from 226); Blue value is 62 (24.61% from 255 or 27.43% from 226); Max value from RGB is 120 - color contains mainly: green. Hex color #2C783E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C783E is #D387C1. Grayscale: #5A5A5A. Windows color (decimal): -13862850 or 4093996. OLE color: 4093996.

HSL color Cylindrical-coordinate representation of color #2C783E: hue angle of 134.21º 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 #2C783E is Cyan = 0.63, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 120 62 -
CMYK 0.63 0 0.48 0.53
HSL 134.21º 0.46% 0.32% -
HSV(B) 134.21º 0.63% 0.47% -
XYZ 8.62 14.32 6.87 -
YUV 90.66 111.82 94.72 -
System Red Green Blue C M Y K H S L
Decimal 44 120 62 0.63 0 0.48 0.53 134.21 0.46 0.32
Hex 2C 78 3E 3F 0 30 35 86 2E 20
Octal 54 170 76 77 0 60 65 206 56 40
Binary 101100 1111000 111110 111111 0 110000 110101 10000110 101110 100000

Color Harmonies of #2C783E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C783E

Black with #2C783E

Text Example


Text Example

White with #2C783E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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