Html Css Color HEX #2C873E Japanese Laurel

📋 copy color: '#2C873E'

red 44 ◦ green 135 ◦ blue 62

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

Shades of Japanese Laurel #2C873E

Tints of Japanese Laurel #2C873E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 25.73%

R = 18.26%
G = 56.02%
B = 25.73%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#2C873E (or 0x2C873E) is known color: Japanese Laurel. HEX triplet: 2C, 87 and 3E. RGB value is (44,135,62). Sum of RGB (Red+Green+Blue) = 44+135+62=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 135 (53.12% from 255 or 56.02% from 241); Blue value is 62 (24.61% from 255 or 25.73% from 241); Max value from RGB is 135 - color contains mainly: green. Hex color #2C873E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C873E is #D378C1. Grayscale: #636363. Windows color (decimal): -13859010 or 4097836. OLE color: 4097836.

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

Color convert

RGB 44 135 62 -
CMYK 0.67 0 0.54 0.47
HSL 131.87º 0.51% 0.35% -
HSV(B) 131.87º 0.67% 0.53% -
XYZ 10.57 18.21 7.52 -
YUV 99.47 106.85 88.44 -
System Red Green Blue C M Y K H S L
Decimal 44 135 62 0.67 0 0.54 0.47 131.87 0.51 0.35
Hex 2C 87 3E 43 0 36 2F 84 33 23
Octal 54 207 76 103 0 66 57 204 63 43
Binary 101100 10000111 111110 1000011 0 110110 101111 10000100 110011 100011

Color Harmonies of #2C873E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C873E

Black with #2C873E

Text Example


Text Example

White with #2C873E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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