Html Css Color HEX #2D762F Japanese Laurel

📋 copy color: '#2D762F'

red 45 ◦ green 118 ◦ blue 47

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

Shades of Japanese Laurel #2D762F

Tints of Japanese Laurel #2D762F

RGB

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

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

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

R = 21.43%
G = 56.19%
B = 22.38%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.60

 K value IS 0.54

RGB Variations

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

Color information

#2D762F (or 0x2D762F) is known color: Japanese Laurel. HEX triplet: 2D, 76 and 2F. RGB value is (45,118,47). Sum of RGB (Red+Green+Blue) = 45+118+47=210 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.43% from 210); Green value is 118 (46.48% from 255 or 56.19% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 118 - color contains mainly: green. Hex color #2D762F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D762F is #D289D0. Grayscale: #585858. Windows color (decimal): -13797841 or 3110445. OLE color: 3110445.

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

Color convert

RGB 45 118 47 -
CMYK 0.62 0 0.60 0.54
HSL 121.64º 0.45% 0.32% -
HSV(B) 121.64º 0.62% 0.46% -
XYZ 8.07 13.72 4.91 -
YUV 88.08 104.82 97.27 -
System Red Green Blue C M Y K H S L
Decimal 45 118 47 0.62 0 0.60 0.54 121.64 0.45 0.32
Hex 2D 76 2F 3E 0 3C 36 7A 2D 20
Octal 55 166 57 76 0 74 66 172 55 40
Binary 101101 1110110 101111 111110 0 111100 110110 1111010 101101 100000

Color Harmonies of #2D762F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D762F

Black with #2D762F

Text Example


Text Example

White with #2D762F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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