Html Css Color HEX #2D873B Japanese Laurel

📋 copy color: '#2D873B'

red 45 ◦ green 135 ◦ blue 59

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

Shades of Japanese Laurel #2D873B

Tints of Japanese Laurel #2D873B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.49%

 BLUE value IS 59 (23.44% from 255) = 24.69%

R = 18.83%
G = 56.49%
B = 24.69%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#2D873B (or 0x2D873B) is known color: Japanese Laurel. HEX triplet: 2D, 87 and 3B. RGB value is (45,135,59). Sum of RGB (Red+Green+Blue) = 45+135+59=239 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.83% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #2D873B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D873B is #D278C4. Grayscale: #636363. Windows color (decimal): -13793477 or 3901229. OLE color: 3901229.

HSL color Cylindrical-coordinate representation of color #2D873B: hue angle of 129.33º degrees, saturation: 0.5, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2D873B is Cyan = 0.67, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB 45 135 59 -
CMYK 0.67 0 0.56 0.47
HSL 129.33º 0.5% 0.35% -
HSV(B) 129.33º 0.67% 0.53% -
XYZ 10.54 18.2 7.1 -
YUV 99.43 105.18 89.18 -
System Red Green Blue C M Y K H S L
Decimal 45 135 59 0.67 0 0.56 0.47 129.33 0.5 0.35
Hex 2D 87 3B 43 0 38 2F 81 32 23
Octal 55 207 73 103 0 70 57 201 62 43
Binary 101101 10000111 111011 1000011 0 111000 101111 10000001 110010 100011

Color Harmonies of #2D873B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D873B

Black with #2D873B

Text Example


Text Example

White with #2D873B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,135,59); }

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

background-color css

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

 a { background-color: rgb(45,135,59); }

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

border-color css

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

 span { border-color: rgb(45,135,59); }

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