Html Css Color HEX #2D873F Japanese Laurel

📋 copy color: '#2D873F'

red 45 ◦ green 135 ◦ blue 63

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

Shades of Japanese Laurel #2D873F

Tints of Japanese Laurel #2D873F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 25.93%

R = 18.52%
G = 55.56%
B = 25.93%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#2D873F (or 0x2D873F) is known color: Japanese Laurel. HEX triplet: 2D, 87 and 3F. RGB value is (45,135,63). Sum of RGB (Red+Green+Blue) = 45+135+63=243 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.52% from 243); Green value is 135 (53.12% from 255 or 55.56% from 243); Blue value is 63 (25% from 255 or 25.93% from 243); Max value from RGB is 135 - color contains mainly: green. Hex color #2D873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D873F is #D278C0. Grayscale: #646464. Windows color (decimal): -13793473 or 4163373. OLE color: 4163373.

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

Color convert

RGB 45 135 63 -
CMYK 0.67 0 0.53 0.47
HSL 132º 0.5% 0.35% -
HSV(B) 132º 0.67% 0.53% -
XYZ 10.64 18.24 7.66 -
YUV 99.88 107.18 88.85 -
System Red Green Blue C M Y K H S L
Decimal 45 135 63 0.67 0 0.53 0.47 132 0.5 0.35
Hex 2D 87 3F 43 0 35 2F 84 32 23
Octal 55 207 77 103 0 65 57 204 62 43
Binary 101101 10000111 111111 1000011 0 110101 101111 10000100 110010 100011

Color Harmonies of #2D873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D873F

Black with #2D873F

Text Example


Text Example

White with #2D873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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