Html Css Color HEX #2C883D Japanese Laurel

📋 copy color: '#2C883D'

red 44 ◦ green 136 ◦ blue 61

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

Shades of Japanese Laurel #2C883D

Tints of Japanese Laurel #2C883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.43%

 BLUE value IS 61 (24.22% from 255) = 25.31%

R = 18.26%
G = 56.43%
B = 25.31%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#2C883D (or 0x2C883D) is known color: Japanese Laurel. HEX triplet: 2C, 88 and 3D. RGB value is (44,136,61). Sum of RGB (Red+Green+Blue) = 44+136+61=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 136 (53.52% from 255 or 56.43% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 136 - color contains mainly: green. Hex color #2C883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C883D is #D377C2. Grayscale: #646464. Windows color (decimal): -13858755 or 4032556. OLE color: 4032556.

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

Color convert

RGB 44 136 61 -
CMYK 0.68 0 0.55 0.47
HSL 131.09º 0.51% 0.35% -
HSV(B) 131.09º 0.68% 0.53% -
XYZ 10.69 18.48 7.42 -
YUV 99.94 106.02 88.1 -
System Red Green Blue C M Y K H S L
Decimal 44 136 61 0.68 0 0.55 0.47 131.09 0.51 0.35
Hex 2C 88 3D 44 0 37 2F 83 33 23
Octal 54 210 75 104 0 67 57 203 63 43
Binary 101100 10001000 111101 1000100 0 110111 101111 10000011 110011 100011

Color Harmonies of #2C883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C883D

Black with #2C883D

Text Example


Text Example

White with #2C883D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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