Html Css Color HEX #2C7E3D Japanese Laurel

📋 copy color: '#2C7E3D'

red 44 ◦ green 126 ◦ blue 61

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

Shades of Japanese Laurel #2C7E3D

Tints of Japanese Laurel #2C7E3D

RGB

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

 GREEN value IS 126 (49.61% from 255) = 54.55%

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

R = 19.05%
G = 54.55%
B = 26.41%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.52

 K value IS 0.51

RGB Variations

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

Color information

#2C7E3D (or 0x2C7E3D) is known color: Japanese Laurel. HEX triplet: 2C, 7E and 3D. RGB value is (44,126,61). Sum of RGB (Red+Green+Blue) = 44+126+61=231 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.05% from 231); Green value is 126 (49.61% from 255 or 54.55% from 231); Blue value is 61 (24.22% from 255 or 26.41% from 231); Max value from RGB is 126 - color contains mainly: green. Hex color #2C7E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7E3D is #D381C2. Grayscale: #5E5E5E. Windows color (decimal): -13861315 or 4029996. OLE color: 4029996.

HSL color Cylindrical-coordinate representation of color #2C7E3D: hue angle of 132.44º degrees, saturation: 0.48, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #2C7E3D is Cyan = 0.65, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.51.

Color convert

RGB 44 126 61 -
CMYK 0.65 0 0.52 0.51
HSL 132.44º 0.48% 0.33% -
HSV(B) 132.44º 0.65% 0.49% -
XYZ 9.34 15.79 6.97 -
YUV 94.07 109.33 92.29 -
System Red Green Blue C M Y K H S L
Decimal 44 126 61 0.65 0 0.52 0.51 132.44 0.48 0.33
Hex 2C 7E 3D 41 0 34 33 84 30 21
Octal 54 176 75 101 0 64 63 204 60 41
Binary 101100 1111110 111101 1000001 0 110100 110011 10000100 110000 100001

Color Harmonies of #2C7E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7E3D

Black with #2C7E3D

Text Example


Text Example

White with #2C7E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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