Html Css Color HEX #2D883F Japanese Laurel

📋 copy color: '#2D883F'

red 45 ◦ green 136 ◦ blue 63

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

Shades of Japanese Laurel #2D883F

Tints of Japanese Laurel #2D883F

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.74%

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

R = 18.44%
G = 55.74%
B = 25.82%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#2D883F (or 0x2D883F) is known color: Japanese Laurel. HEX triplet: 2D, 88 and 3F. RGB value is (45,136,63). Sum of RGB (Red+Green+Blue) = 45+136+63=244 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.44% from 244); Green value is 136 (53.52% from 255 or 55.74% from 244); Blue value is 63 (25% from 255 or 25.82% from 244); Max value from RGB is 136 - color contains mainly: green. Hex color #2D883F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D883F is #D277C0. Grayscale: #646464. Windows color (decimal): -13793217 or 4163629. OLE color: 4163629.

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

Color convert

RGB 45 136 63 -
CMYK 0.67 0 0.54 0.47
HSL 131.87º 0.5% 0.35% -
HSV(B) 131.87º 0.67% 0.53% -
XYZ 10.78 18.53 7.71 -
YUV 100.47 106.85 88.44 -
System Red Green Blue C M Y K H S L
Decimal 45 136 63 0.67 0 0.54 0.47 131.87 0.5 0.35
Hex 2D 88 3F 43 0 36 2F 84 32 23
Octal 55 210 77 103 0 66 57 204 62 43
Binary 101101 10001000 111111 1000011 0 110110 101111 10000100 110010 100011

Color Harmonies of #2D883F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D883F

Black with #2D883F

Text Example


Text Example

White with #2D883F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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