Html Css Color HEX #2C7930 Japanese Laurel

📋 copy color: '#2C7930'

red 44 ◦ green 121 ◦ blue 48

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

Shades of Japanese Laurel #2C7930

Tints of Japanese Laurel #2C7930

RGB

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

 GREEN value IS 121 (47.66% from 255) = 56.81%

 BLUE value IS 48 (19.14% from 255) = 22.54%

R = 20.66%
G = 56.81%
B = 22.54%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.60

 K value IS 0.53

RGB Variations

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

Color information

#2C7930 (or 0x2C7930) is known color: Japanese Laurel. HEX triplet: 2C, 79 and 30. RGB value is (44,121,48). Sum of RGB (Red+Green+Blue) = 44+121+48=213 (28% of max value = 765). Red value is 44 (17.58% from 255 or 20.66% from 213); Green value is 121 (47.66% from 255 or 56.81% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 121 - color contains mainly: green. Hex color #2C7930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2C7930 is #D386CF. Grayscale: #595959. Windows color (decimal): -13862608 or 3176748. OLE color: 3176748.

HSL color Cylindrical-coordinate representation of color #2C7930: hue angle of 123.12º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2C7930 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB 44 121 48 -
CMYK 0.64 0 0.60 0.53
HSL 123.12º 0.47% 0.32% -
HSV(B) 123.12º 0.64% 0.47% -
XYZ 8.41 14.42 5.14 -
YUV 89.66 104.49 95.44 -
System Red Green Blue C M Y K H S L
Decimal 44 121 48 0.64 0 0.60 0.53 123.12 0.47 0.32
Hex 2C 79 30 40 0 3C 35 7B 2F 20
Octal 54 171 60 100 0 74 65 173 57 40
Binary 101100 1111001 110000 1000000 0 111100 110101 1111011 101111 100000

Color Harmonies of #2C7930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C7930

Black with #2C7930

Text Example


Text Example

White with #2C7930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,121,48); }

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

background-color css

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

 a { background-color: rgb(44,121,48); }

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

border-color css

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

 span { border-color: rgb(44,121,48); }

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