Html Css Color HEX #2D8638 Japanese Laurel

📋 copy color: '#2D8638'

red 45 ◦ green 134 ◦ blue 56

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

Shades of Japanese Laurel #2D8638

Tints of Japanese Laurel #2D8638

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 23.83%

R = 19.15%
G = 57.02%
B = 23.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.58

 K value IS 0.47

RGB Variations

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

Color information

#2D8638 (or 0x2D8638) is known color: Japanese Laurel. HEX triplet: 2D, 86 and 38. RGB value is (45,134,56). Sum of RGB (Red+Green+Blue) = 45+134+56=235 (31% of max value = 765). Red value is 45 (17.97% from 255 or 19.15% from 235); Green value is 134 (52.73% from 255 or 57.02% from 235); Blue value is 56 (22.27% from 255 or 23.83% from 235); Max value from RGB is 134 - color contains mainly: green. Hex color #2D8638 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8638 is #D279C7. Grayscale: #626262. Windows color (decimal): -13793736 or 3704365. OLE color: 3704365.

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

Color convert

RGB 45 134 56 -
CMYK 0.66 0 0.58 0.47
HSL 127.42º 0.5% 0.35% -
HSV(B) 127.42º 0.66% 0.53% -
XYZ 10.32 17.89 6.65 -
YUV 98.5 104.01 89.84 -
System Red Green Blue C M Y K H S L
Decimal 45 134 56 0.66 0 0.58 0.47 127.42 0.5 0.35
Hex 2D 86 38 42 0 3A 2F 7F 32 23
Octal 55 206 70 102 0 72 57 177 62 43
Binary 101101 10000110 111000 1000010 0 111010 101111 1111111 110010 100011

Color Harmonies of #2D8638

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8638

Black with #2D8638

Text Example


Text Example

White with #2D8638

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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