Html Css Color HEX #2D8634 Japanese Laurel

📋 copy color: '#2D8634'

red 45 ◦ green 134 ◦ blue 52

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

Shades of Japanese Laurel #2D8634

Tints of Japanese Laurel #2D8634

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.01%

 BLUE value IS 52 (20.7% from 255) = 22.51%

R = 19.48%
G = 58.01%
B = 22.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.61

 K value IS 0.47

RGB Variations

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

Color information

#2D8634 (or 0x2D8634) is known color: Japanese Laurel. HEX triplet: 2D, 86 and 34. RGB value is (45,134,52). Sum of RGB (Red+Green+Blue) = 45+134+52=231 (30% of max value = 765). Red value is 45 (17.97% from 255 or 19.48% from 231); Green value is 134 (52.73% from 255 or 58.01% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8634 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8634 is #D279CB. Grayscale: #626262. Windows color (decimal): -13793740 or 3442221. OLE color: 3442221.

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

Color convert

RGB 45 134 52 -
CMYK 0.66 0 0.61 0.47
HSL 124.72º 0.5% 0.35% -
HSV(B) 124.72º 0.66% 0.53% -
XYZ 10.23 17.86 6.16 -
YUV 98.04 102.01 90.17 -
System Red Green Blue C M Y K H S L
Decimal 45 134 52 0.66 0 0.61 0.47 124.72 0.5 0.35
Hex 2D 86 34 42 0 3D 2F 7D 32 23
Octal 55 206 64 102 0 75 57 175 62 43
Binary 101101 10000110 110100 1000010 0 111101 101111 1111101 110010 100011

Color Harmonies of #2D8634

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8634

Black with #2D8634

Text Example


Text Example

White with #2D8634

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,134,52); }

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

background-color css

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

 a { background-color: rgb(45,134,52); }

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

border-color css

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

 span { border-color: rgb(45,134,52); }

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