Html Css Color HEX #2D8D40 Japanese Laurel

📋 copy color: '#2D8D40'

red 45 ◦ green 141 ◦ blue 64

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

Shades of Japanese Laurel #2D8D40

Tints of Japanese Laurel #2D8D40

RGB

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

 GREEN value IS 141 (55.47% from 255) = 56.4%

 BLUE value IS 64 (25.39% from 255) = 25.6%

R = 18%
G = 56.4%
B = 25.6%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.45

RGB Variations

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

Color information

#2D8D40 (or 0x2D8D40) is known color: Japanese Laurel. HEX triplet: 2D, 8D and 40. RGB value is (45,141,64). Sum of RGB (Red+Green+Blue) = 45+141+64=250 (33% of max value = 765). Red value is 45 (17.97% from 255 or 18% from 250); Green value is 141 (55.47% from 255 or 56.4% from 250); Blue value is 64 (25.39% from 255 or 25.6% from 250); Max value from RGB is 141 - color contains mainly: green. Hex color #2D8D40 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8D40 is #D272BF. Grayscale: #676767. Windows color (decimal): -13791936 or 4230445. OLE color: 4230445.

HSL color Cylindrical-coordinate representation of color #2D8D40: hue angle of 131.88º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2D8D40 is Cyan = 0.68, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 141 64 -
CMYK 0.68 0 0.55 0.45
HSL 131.88º 0.52% 0.36% -
HSV(B) 131.88º 0.68% 0.55% -
XYZ 11.53 19.98 8.1 -
YUV 103.52 105.7 86.26 -
System Red Green Blue C M Y K H S L
Decimal 45 141 64 0.68 0 0.55 0.45 131.88 0.52 0.36
Hex 2D 8D 40 44 0 37 2D 84 34 24
Octal 55 215 100 104 0 67 55 204 64 44
Binary 101101 10001101 1000000 1000100 0 110111 101101 10000100 110100 100100

Color Harmonies of #2D8D40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8D40

Black with #2D8D40

Text Example


Text Example

White with #2D8D40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,141,64); }

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

background-color css

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

 a { background-color: rgb(45,141,64); }

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

border-color css

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

 span { border-color: rgb(45,141,64); }

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