Html Css Color HEX #2C873F Japanese Laurel

📋 copy color: '#2C873F'

red 44 ◦ green 135 ◦ blue 63

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

Shades of Japanese Laurel #2C873F

Tints of Japanese Laurel #2C873F

RGB

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

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

 BLUE value IS 63 (25% from 255) = 26.03%

R = 18.18%
G = 55.79%
B = 26.03%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#2C873F (or 0x2C873F) is known color: Japanese Laurel. HEX triplet: 2C, 87 and 3F. RGB value is (44,135,63). Sum of RGB (Red+Green+Blue) = 44+135+63=242 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.18% from 242); Green value is 135 (53.12% from 255 or 55.79% from 242); Blue value is 63 (25% from 255 or 26.03% from 242); Max value from RGB is 135 - color contains mainly: green. Hex color #2C873F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C873F is #D378C0. Grayscale: #636363. Windows color (decimal): -13859009 or 4163372. OLE color: 4163372.

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

Color convert

RGB 44 135 63 -
CMYK 0.67 0 0.53 0.47
HSL 132.53º 0.51% 0.35% -
HSV(B) 132.53º 0.67% 0.53% -
XYZ 10.6 18.22 7.66 -
YUV 99.58 107.35 88.35 -
System Red Green Blue C M Y K H S L
Decimal 44 135 63 0.67 0 0.53 0.47 132.53 0.51 0.35
Hex 2C 87 3F 43 0 35 2F 85 33 23
Octal 54 207 77 103 0 65 57 205 63 43
Binary 101100 10000111 111111 1000011 0 110101 101111 10000101 110011 100011

Color Harmonies of #2C873F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C873F

Black with #2C873F

Text Example


Text Example

White with #2C873F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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