Html Css Color HEX #2C7D3A Japanese Laurel

📋 copy color: '#2C7D3A'

red 44 ◦ green 125 ◦ blue 58

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

Shades of Japanese Laurel #2C7D3A

Tints of Japanese Laurel #2C7D3A

RGB

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

 GREEN value IS 125 (49.22% from 255) = 55.07%

 BLUE value IS 58 (23.05% from 255) = 25.55%

R = 19.38%
G = 55.07%
B = 25.55%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.51

RGB Variations

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

Color information

#2C7D3A (or 0x2C7D3A) is known color: Japanese Laurel. HEX triplet: 2C, 7D and 3A. RGB value is (44,125,58). Sum of RGB (Red+Green+Blue) = 44+125+58=227 (30% of max value = 765). Red value is 44 (17.58% from 255 or 19.38% from 227); Green value is 125 (49.22% from 255 or 55.07% from 227); Blue value is 58 (23.05% from 255 or 25.55% from 227); Max value from RGB is 125 - color contains mainly: green. Hex color #2C7D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7D3A is #D382C5. Grayscale: #5D5D5D. Windows color (decimal): -13861574 or 3833132. OLE color: 3833132.

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

Color convert

RGB 44 125 58 -
CMYK 0.65 0 0.54 0.51
HSL 130.37º 0.48% 0.33% -
HSV(B) 130.37º 0.65% 0.49% -
XYZ 9.14 15.51 6.51 -
YUV 93.14 108.16 92.95 -
System Red Green Blue C M Y K H S L
Decimal 44 125 58 0.65 0 0.54 0.51 130.37 0.48 0.33
Hex 2C 7D 3A 41 0 36 33 82 30 21
Octal 54 175 72 101 0 66 63 202 60 41
Binary 101100 1111101 111010 1000001 0 110110 110011 10000010 110000 100001

Color Harmonies of #2C7D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7D3A

Black with #2C7D3A

Text Example


Text Example

White with #2C7D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,125,58); }

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

background-color css

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

 a { background-color: rgb(44,125,58); }

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

border-color css

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

 span { border-color: rgb(44,125,58); }

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