Html Css Color HEX #2C8538 Japanese Laurel

📋 copy color: '#2C8538'

red 44 ◦ green 133 ◦ blue 56

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

Shades of Japanese Laurel #2C8538

Tints of Japanese Laurel #2C8538

RGB

 RED value IS 44 (17.58% from 255) = 18.88%

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

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

R = 18.88%
G = 57.08%
B = 24.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.58

 K value IS 0.48

RGB Variations

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

Color information

#2C8538 (or 0x2C8538) is known color: Japanese Laurel. HEX triplet: 2C, 85 and 38. RGB value is (44,133,56). Sum of RGB (Red+Green+Blue) = 44+133+56=233 (30% of max value = 765). Red value is 44 (17.58% from 255 or 18.88% from 233); Green value is 133 (52.34% from 255 or 57.08% from 233); Blue value is 56 (22.27% from 255 or 24.03% from 233); Max value from RGB is 133 - color contains mainly: green. Hex color #2C8538 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8538 is #D37AC7. Grayscale: #616161. Windows color (decimal): -13859528 or 3704108. OLE color: 3704108.

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

Color convert

RGB 44 133 56 -
CMYK 0.67 0 0.58 0.48
HSL 128.09º 0.5% 0.35% -
HSV(B) 128.09º 0.67% 0.52% -
XYZ 10.14 17.6 6.6 -
YUV 97.61 104.51 89.76 -
System Red Green Blue C M Y K H S L
Decimal 44 133 56 0.67 0 0.58 0.48 128.09 0.5 0.35
Hex 2C 85 38 43 0 3A 30 80 32 23
Octal 54 205 70 103 0 72 60 200 62 43
Binary 101100 10000101 111000 1000011 0 111010 110000 10000000 110010 100011

Color Harmonies of #2C8538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8538

Black with #2C8538

Text Example


Text Example

White with #2C8538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,133,56); }

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

background-color css

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

 a { background-color: rgb(44,133,56); }

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

border-color css

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

 span { border-color: rgb(44,133,56); }

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