Html Css Color HEX #2F782C Japanese Laurel

📋 copy color: '#2F782C'

red 47 ◦ green 120 ◦ blue 44

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

Shades of Japanese Laurel #2F782C

Tints of Japanese Laurel #2F782C

RGB

 RED value IS 47 (18.75% from 255) = 22.27%

 GREEN value IS 120 (47.27% from 255) = 56.87%

 BLUE value IS 44 (17.58% from 255) = 20.85%

R = 22.27%
G = 56.87%
B = 20.85%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.63

 K value IS 0.53

RGB Variations

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

Color information

#2F782C (or 0x2F782C) is known color: Japanese Laurel. HEX triplet: 2F, 78 and 2C. RGB value is (47,120,44). Sum of RGB (Red+Green+Blue) = 47+120+44=211 (27% of max value = 765). Red value is 47 (18.75% from 255 or 22.27% from 211); Green value is 120 (47.27% from 255 or 56.87% from 211); Blue value is 44 (17.58% from 255 or 20.85% from 211); Max value from RGB is 120 - color contains mainly: green. Hex color #2F782C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F782C is #D087D3. Grayscale: #595959. Windows color (decimal): -13666260 or 2914351. OLE color: 2914351.

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

Color convert

RGB 47 120 44 -
CMYK 0.61 0 0.63 0.53
HSL 117.63º 0.46% 0.32% -
HSV(B) 117.63º 0.63% 0.47% -
XYZ 8.34 14.22 4.69 -
YUV 89.51 102.32 97.68 -
System Red Green Blue C M Y K H S L
Decimal 47 120 44 0.61 0 0.63 0.53 117.63 0.46 0.32
Hex 2F 78 2C 3D 0 3F 35 76 2E 20
Octal 57 170 54 75 0 77 65 166 56 40
Binary 101111 1111000 101100 111101 0 111111 110101 1110110 101110 100000

Color Harmonies of #2F782C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F782C

Black with #2F782C

Text Example


Text Example

White with #2F782C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,120,44); }

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

background-color css

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

 a { background-color: rgb(47,120,44); }

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

border-color css

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

 span { border-color: rgb(47,120,44); }

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