Html Css Color HEX #2D782F Japanese Laurel

📋 copy color: '#2D782F'

red 45 ◦ green 120 ◦ blue 47

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

Shades of Japanese Laurel #2D782F

Tints of Japanese Laurel #2D782F

RGB

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

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

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

R = 21.23%
G = 56.6%
B = 22.17%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.61

 K value IS 0.53

RGB Variations

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

Color information

#2D782F (or 0x2D782F) is known color: Japanese Laurel. HEX triplet: 2D, 78 and 2F. RGB value is (45,120,47). Sum of RGB (Red+Green+Blue) = 45+120+47=212 (28% of max value = 765). Red value is 45 (17.97% from 255 or 21.23% from 212); Green value is 120 (47.27% from 255 or 56.60% from 212); Blue value is 47 (18.75% from 255 or 22.17% from 212); Max value from RGB is 120 - color contains mainly: green. Hex color #2D782F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D782F is #D287D0. Grayscale: #595959. Windows color (decimal): -13797329 or 3110957. OLE color: 3110957.

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

Color convert

RGB 45 120 47 -
CMYK 0.63 0 0.61 0.53
HSL 121.6º 0.45% 0.32% -
HSV(B) 121.6º 0.63% 0.47% -
XYZ 8.31 14.2 4.99 -
YUV 89.25 104.15 96.44 -
System Red Green Blue C M Y K H S L
Decimal 45 120 47 0.63 0 0.61 0.53 121.6 0.45 0.32
Hex 2D 78 2F 3F 0 3D 35 7A 2D 20
Octal 55 170 57 77 0 75 65 172 55 40
Binary 101101 1111000 101111 111111 0 111101 110101 1111010 101101 100000

Color Harmonies of #2D782F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D782F

Black with #2D782F

Text Example


Text Example

White with #2D782F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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