Html Css Color HEX #2D8B37 Japanese Laurel

📋 copy color: '#2D8B37'

red 45 ◦ green 139 ◦ blue 55

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

Shades of Japanese Laurel #2D8B37

Tints of Japanese Laurel #2D8B37

RGB

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

 GREEN value IS 139 (54.69% from 255) = 58.16%

 BLUE value IS 55 (21.88% from 255) = 23.01%

R = 18.83%
G = 58.16%
B = 23.01%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.60

 K value IS 0.45

RGB Variations

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

Color information

#2D8B37 (or 0x2D8B37) is known color: Japanese Laurel. HEX triplet: 2D, 8B and 37. RGB value is (45,139,55). Sum of RGB (Red+Green+Blue) = 45+139+55=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 139 (54.69% from 255 or 58.16% from 239); Blue value is 55 (21.88% from 255 or 23.01% from 239); Max value from RGB is 139 - color contains mainly: green. Hex color #2D8B37 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8B37 is #D274C8. Grayscale: #656565. Windows color (decimal): -13792457 or 3640109. OLE color: 3640109.

HSL color Cylindrical-coordinate representation of color #2D8B37: hue angle of 126.38º degrees, saturation: 0.51, 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 #2D8B37 is Cyan = 0.68, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.45.

Color convert

RGB 45 139 55 -
CMYK 0.68 0 0.60 0.45
HSL 126.38º 0.51% 0.36% -
HSV(B) 126.38º 0.68% 0.55% -
XYZ 11 19.3 6.76 -
YUV 101.32 101.86 87.83 -
System Red Green Blue C M Y K H S L
Decimal 45 139 55 0.68 0 0.60 0.45 126.38 0.51 0.36
Hex 2D 8B 37 44 0 3C 2D 7E 33 24
Octal 55 213 67 104 0 74 55 176 63 44
Binary 101101 10001011 110111 1000100 0 111100 101101 1111110 110011 100100

Color Harmonies of #2D8B37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8B37

Black with #2D8B37

Text Example


Text Example

White with #2D8B37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,139,55); }

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

background-color css

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

 a { background-color: rgb(45,139,55); }

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

border-color css

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

 span { border-color: rgb(45,139,55); }

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