Html Css Color HEX #2D773A Japanese Laurel

📋 copy color: '#2D773A'

red 45 ◦ green 119 ◦ blue 58

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

Shades of Japanese Laurel #2D773A

Tints of Japanese Laurel #2D773A

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.6%

 BLUE value IS 58 (23.05% from 255) = 26.13%

R = 20.27%
G = 53.6%
B = 26.13%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.51

 K value IS 0.53

RGB Variations

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

Color information

#2D773A (or 0x2D773A) is known color: Japanese Laurel. HEX triplet: 2D, 77 and 3A. RGB value is (45,119,58). Sum of RGB (Red+Green+Blue) = 45+119+58=222 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.27% from 222); Green value is 119 (46.88% from 255 or 53.60% from 222); Blue value is 58 (23.05% from 255 or 26.13% from 222); Max value from RGB is 119 - color contains mainly: green. Hex color #2D773A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D773A is #D288C5. Grayscale: #5A5A5A. Windows color (decimal): -13797574 or 3831597. OLE color: 3831597.

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

Color convert

RGB 45 119 58 -
CMYK 0.62 0 0.51 0.53
HSL 130.54º 0.45% 0.32% -
HSV(B) 130.54º 0.62% 0.47% -
XYZ 8.44 14.06 6.27 -
YUV 89.92 109.98 95.96 -
System Red Green Blue C M Y K H S L
Decimal 45 119 58 0.62 0 0.51 0.53 130.54 0.45 0.32
Hex 2D 77 3A 3E 0 33 35 83 2D 20
Octal 55 167 72 76 0 63 65 203 55 40
Binary 101101 1110111 111010 111110 0 110011 110101 10000011 101101 100000

Color Harmonies of #2D773A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D773A

Black with #2D773A

Text Example


Text Example

White with #2D773A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,119,58); }

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

background-color css

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

 a { background-color: rgb(45,119,58); }

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

border-color css

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

 span { border-color: rgb(45,119,58); }

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