Html Css Color HEX #2D8536 Japanese Laurel

📋 copy color: '#2D8536'

red 45 ◦ green 133 ◦ blue 54

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

Shades of Japanese Laurel #2D8536

Tints of Japanese Laurel #2D8536

RGB

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

 GREEN value IS 133 (52.34% from 255) = 57.33%

 BLUE value IS 54 (21.48% from 255) = 23.28%

R = 19.4%
G = 57.33%
B = 23.28%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.48

RGB Variations

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

Color information

#2D8536 (or 0x2D8536) is known color: Japanese Laurel. HEX triplet: 2D, 85 and 36. RGB value is (45,133,54). Sum of RGB (Red+Green+Blue) = 45+133+54=232 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.40% from 232); Green value is 133 (52.34% from 255 or 57.33% from 232); Blue value is 54 (21.48% from 255 or 23.28% from 232); Max value from RGB is 133 - color contains mainly: green. Hex color #2D8536 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8536 is #D27AC9. Grayscale: #616161. Windows color (decimal): -13793994 or 3573037. OLE color: 3573037.

HSL color Cylindrical-coordinate representation of color #2D8536: hue angle of 126.14º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D8536 is Cyan = 0.66, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 133 54 -
CMYK 0.66 0 0.59 0.48
HSL 126.14º 0.49% 0.35% -
HSV(B) 126.14º 0.66% 0.52% -
XYZ 10.14 17.6 6.35 -
YUV 97.68 103.35 90.42 -
System Red Green Blue C M Y K H S L
Decimal 45 133 54 0.66 0 0.59 0.48 126.14 0.49 0.35
Hex 2D 85 36 42 0 3B 30 7E 31 23
Octal 55 205 66 102 0 73 60 176 61 43
Binary 101101 10000101 110110 1000010 0 111011 110000 1111110 110001 100011

Color Harmonies of #2D8536

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8536

Black with #2D8536

Text Example


Text Example

White with #2D8536

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,133,54); }

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

background-color css

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

 a { background-color: rgb(45,133,54); }

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

border-color css

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

 span { border-color: rgb(45,133,54); }

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