Html Css Color HEX #2F783C Japanese Laurel

📋 copy color: '#2F783C'

red 47 ◦ green 120 ◦ blue 60

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

Shades of Japanese Laurel #2F783C

Tints of Japanese Laurel #2F783C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 26.43%

R = 20.7%
G = 52.86%
B = 26.43%

CMYK

 C value IS 0.61

 M value IS 0

 Y value IS 0.5

 K value IS 0.53

RGB Variations

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

Color information

#2F783C (or 0x2F783C) is known color: Japanese Laurel. HEX triplet: 2F, 78 and 3C. RGB value is (47,120,60). Sum of RGB (Red+Green+Blue) = 47+120+60=227 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.70% from 227); Green value is 120 (47.27% from 255 or 52.86% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 120 - color contains mainly: green. Hex color #2F783C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F783C is #D087C3. Grayscale: #5B5B5B. Windows color (decimal): -13666244 or 3962927. OLE color: 3962927.

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

Color convert

RGB 47 120 60 -
CMYK 0.61 0 0.5 0.53
HSL 130.68º 0.44% 0.33% -
HSV(B) 130.68º 0.61% 0.47% -
XYZ 8.7 14.36 6.59 -
YUV 91.33 110.32 96.38 -
System Red Green Blue C M Y K H S L
Decimal 47 120 60 0.61 0 0.5 0.53 130.68 0.44 0.33
Hex 2F 78 3C 3D 0 32 35 83 2C 21
Octal 57 170 74 75 0 62 65 203 54 41
Binary 101111 1111000 111100 111101 0 110010 110101 10000011 101100 100001

Color Harmonies of #2F783C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F783C

Black with #2F783C

Text Example


Text Example

White with #2F783C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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