Html Css Color HEX #2D763E Japanese Laurel

📋 copy color: '#2D763E'

red 45 ◦ green 118 ◦ blue 62

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

Shades of Japanese Laurel #2D763E

Tints of Japanese Laurel #2D763E

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.44%

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

R = 20%
G = 52.44%
B = 27.56%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.47

 K value IS 0.54

RGB Variations

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

Color information

#2D763E (or 0x2D763E) is known color: Japanese Laurel. HEX triplet: 2D, 76 and 3E. RGB value is (45,118,62). Sum of RGB (Red+Green+Blue) = 45+118+62=225 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 62 (24.61% from 255 or 27.56% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #2D763E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D763E is #D289C1. Grayscale: #595959. Windows color (decimal): -13797826 or 4093485. OLE color: 4093485.

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

Color convert

RGB 45 118 62 -
CMYK 0.62 0 0.47 0.54
HSL 133.97º 0.45% 0.32% -
HSV(B) 133.97º 0.62% 0.46% -
XYZ 8.43 13.86 6.79 -
YUV 89.79 112.32 96.05 -
System Red Green Blue C M Y K H S L
Decimal 45 118 62 0.62 0 0.47 0.54 133.97 0.45 0.32
Hex 2D 76 3E 3E 0 2F 36 86 2D 20
Octal 55 166 76 76 0 57 66 206 55 40
Binary 101101 1110110 111110 111110 0 101111 110110 10000110 101101 100000

Color Harmonies of #2D763E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D763E

Black with #2D763E

Text Example


Text Example

White with #2D763E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,118,62); }

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

background-color css

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

 a { background-color: rgb(45,118,62); }

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

border-color css

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

 span { border-color: rgb(45,118,62); }

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