Html Css Color HEX #2D762E Japanese Laurel

📋 copy color: '#2D762E'

red 45 ◦ green 118 ◦ blue 46

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

Shades of Japanese Laurel #2D762E

Tints of Japanese Laurel #2D762E

RGB

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

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

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

R = 21.53%
G = 56.46%
B = 22.01%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.61

 K value IS 0.54

RGB Variations

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

Color information

#2D762E (or 0x2D762E) is known color: Japanese Laurel. HEX triplet: 2D, 76 and 2E. RGB value is (45,118,46). Sum of RGB (Red+Green+Blue) = 45+118+46=209 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.53% from 209); Green value is 118 (46.48% from 255 or 56.46% from 209); Blue value is 46 (18.36% from 255 or 22.01% from 209); Max value from RGB is 118 - color contains mainly: green. Hex color #2D762E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D762E is #D289D1. Grayscale: #585858. Windows color (decimal): -13797842 or 3044909. OLE color: 3044909.

HSL color Cylindrical-coordinate representation of color #2D762E: hue angle of 120.82º 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 #2D762E is Cyan = 0.62, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 118 46 -
CMYK 0.62 0 0.61 0.54
HSL 120.82º 0.45% 0.32% -
HSV(B) 120.82º 0.62% 0.46% -
XYZ 8.05 13.71 4.81 -
YUV 87.97 104.32 97.35 -
System Red Green Blue C M Y K H S L
Decimal 45 118 46 0.62 0 0.61 0.54 120.82 0.45 0.32
Hex 2D 76 2E 3E 0 3D 36 79 2D 20
Octal 55 166 56 76 0 75 66 171 55 40
Binary 101101 1110110 101110 111110 0 111101 110110 1111001 101101 100000

Color Harmonies of #2D762E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D762E

Black with #2D762E

Text Example


Text Example

White with #2D762E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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