Html Css Color HEX #2C8336 Japanese Laurel

📋 copy color: '#2C8336'

red 44 ◦ green 131 ◦ blue 54

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

Shades of Japanese Laurel #2C8336

Tints of Japanese Laurel #2C8336

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.21%

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

R = 19.21%
G = 57.21%
B = 23.58%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.59

 K value IS 0.49

RGB Variations

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

Color information

#2C8336 (or 0x2C8336) is known color: Japanese Laurel. HEX triplet: 2C, 83 and 36. RGB value is (44,131,54). Sum of RGB (Red+Green+Blue) = 44+131+54=229 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.21% from 229); Green value is 131 (51.56% from 255 or 57.21% from 229); Blue value is 54 (21.48% from 255 or 23.58% from 229); Max value from RGB is 131 - color contains mainly: green. Hex color #2C8336 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8336 is #D37CC9. Grayscale: #606060. Windows color (decimal): -13860042 or 3572524. OLE color: 3572524.

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

Color convert

RGB 44 131 54 -
CMYK 0.66 0 0.59 0.49
HSL 126.9º 0.5% 0.34% -
HSV(B) 126.9º 0.66% 0.51% -
XYZ 9.82 17.03 6.26 -
YUV 96.21 104.18 90.76 -
System Red Green Blue C M Y K H S L
Decimal 44 131 54 0.66 0 0.59 0.49 126.9 0.5 0.34
Hex 2C 83 36 42 0 3B 31 7F 32 22
Octal 54 203 66 102 0 73 61 177 62 42
Binary 101100 10000011 110110 1000010 0 111011 110001 1111111 110010 100010

Color Harmonies of #2C8336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C8336

Black with #2C8336

Text Example


Text Example

White with #2C8336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,131,54); }

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

background-color css

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

 a { background-color: rgb(44,131,54); }

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

border-color css

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

 span { border-color: rgb(44,131,54); }

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