Html Css Color HEX #2C873C Japanese Laurel

📋 copy color: '#2C873C'

red 44 ◦ green 135 ◦ blue 60

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

Shades of Japanese Laurel #2C873C

Tints of Japanese Laurel #2C873C

RGB

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

 GREEN value IS 135 (53.13% from 255) = 56.49%

 BLUE value IS 60 (23.83% from 255) = 25.1%

R = 18.41%
G = 56.49%
B = 25.1%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.56

 K value IS 0.47

RGB Variations

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

Color information

#2C873C (or 0x2C873C) is known color: Japanese Laurel. HEX triplet: 2C, 87 and 3C. RGB value is (44,135,60). Sum of RGB (Red+Green+Blue) = 44+135+60=239 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.41% from 239); Green value is 135 (53.12% from 255 or 56.49% from 239); Blue value is 60 (23.83% from 255 or 25.10% from 239); Max value from RGB is 135 - color contains mainly: green. Hex color #2C873C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C873C is #D378C3. Grayscale: #636363. Windows color (decimal): -13859012 or 3966764. OLE color: 3966764.

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

Color convert

RGB 44 135 60 -
CMYK 0.67 0 0.56 0.47
HSL 130.55º 0.51% 0.35% -
HSV(B) 130.55º 0.67% 0.53% -
XYZ 10.52 18.19 7.23 -
YUV 99.24 105.85 88.6 -
System Red Green Blue C M Y K H S L
Decimal 44 135 60 0.67 0 0.56 0.47 130.55 0.51 0.35
Hex 2C 87 3C 43 0 38 2F 83 33 23
Octal 54 207 74 103 0 70 57 203 63 43
Binary 101100 10000111 111100 1000011 0 111000 101111 10000011 110011 100011

Color Harmonies of #2C873C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C873C

Black with #2C873C

Text Example


Text Example

White with #2C873C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,135,60); }

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

background-color css

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

 a { background-color: rgb(44,135,60); }

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

border-color css

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

 span { border-color: rgb(44,135,60); }

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