#2C8B3D

Color #2C8B3D Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #2C8B3D

Tints of Japanese Laurel #2C8B3D

Color information

#2C8B3D (or 0x2C8B3D) is unknown color: approx Japanese Laurel. HEX triplet: 2C, 8B and 3D. RGB value is (44,139,61). Sum of RGB (Red+Green+Blue) = 44+139+61=244 (32% of max value = 765). Red value is 44 (17.58% from 255 or 18.03% from 244); Green value is 139 (54.69% from 255 or 56.97% from 244); Blue value is 61 (24.22% from 255 or 25% from 244); Max value from RGB is 139 - color contains mainly: green. Hex color #2C8B3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C8B3D is #D374C2. Grayscale: #656565. Windows color (decimal): -13857987 or 4033324. OLE color: 4033324.

HSL color Cylindrical-coordinate representation of color #2C8B3D: hue angle of 130.74º degrees, saturation: 0.52, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2C8B3D is Cyan = 0.68, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB4413961-
CMYK0.6800.560.45
HSL130.74º51.91%35.88%-
HSV(B)130.74º68.35%54.51%-
XYZ11.1119.347.56-
YUV101.7105.0386.84-

RGB Variations

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

RGB

RED value IS 44 (17.58% from 255) = 18.03%
GREEN value IS 139 (54.69% from 255) = 56.97%
BLUE value IS 61 (24.22% from 255) = 25%
R=18.03%
G=56.97%
B=25%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal44139610.6800.560.45130.7451.9135.88
Hex2C8B3D440382D833424
Octal5421375104070552036444
Binary101100100010111111011000100011100010110110000011110100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2C8B3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(44,139,61); }

 H1.HeaderClassName
 {
   color: #2C8B3D;
 }
 .AnyTagClassName
 {
   color: #2C8B3D;
 }
</style>
background-color css

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

 a { background-color: rgb(44,139,61); }

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

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

 span { border-color: rgb(44,139,61); }

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