Html Css Color HEX #2D883B Japanese Laurel

📋 copy color: '#2D883B'

red 45 ◦ green 136 ◦ blue 59

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

Shades of Japanese Laurel #2D883B

Tints of Japanese Laurel #2D883B

RGB

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

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

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

R = 18.75%
G = 56.67%
B = 24.58%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.47

RGB Variations

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

Color information

#2D883B (or 0x2D883B) is known color: Japanese Laurel. HEX triplet: 2D, 88 and 3B. RGB value is (45,136,59). Sum of RGB (Red+Green+Blue) = 45+136+59=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 136 (53.52% from 255 or 56.67% from 240); Blue value is 59 (23.44% from 255 or 24.58% from 240); Max value from RGB is 136 - color contains mainly: green. Hex color #2D883B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D883B is #D277C4. Grayscale: #646464. Windows color (decimal): -13793221 or 3901485. OLE color: 3901485.

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

Color convert

RGB 45 136 59 -
CMYK 0.67 0 0.57 0.47
HSL 129.23º 0.5% 0.35% -
HSV(B) 129.23º 0.67% 0.53% -
XYZ 10.68 18.48 7.14 -
YUV 100.01 104.85 88.76 -
System Red Green Blue C M Y K H S L
Decimal 45 136 59 0.67 0 0.57 0.47 129.23 0.5 0.35
Hex 2D 88 3B 43 0 39 2F 81 32 23
Octal 55 210 73 103 0 71 57 201 62 43
Binary 101101 10001000 111011 1000011 0 111001 101111 10000001 110010 100011

Color Harmonies of #2D883B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D883B

Black with #2D883B

Text Example


Text Example

White with #2D883B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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