Html Css Color HEX #2F853D Japanese Laurel

📋 copy color: '#2F853D'

red 47 ◦ green 133 ◦ blue 61

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

Shades of Japanese Laurel #2F853D

Tints of Japanese Laurel #2F853D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.19%

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

R = 19.5%
G = 55.19%
B = 25.31%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.48

RGB Variations

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

Color information

#2F853D (or 0x2F853D) is known color: Japanese Laurel. HEX triplet: 2F, 85 and 3D. RGB value is (47,133,61). Sum of RGB (Red+Green+Blue) = 47+133+61=241 (31% of max value = 765). Red value is 47 (18.75% from 255 or 19.50% from 241); Green value is 133 (52.34% from 255 or 55.19% from 241); Blue value is 61 (24.22% from 255 or 25.31% from 241); Max value from RGB is 133 - color contains mainly: green. Hex color #2F853D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F853D is #D07AC2. Grayscale: #636363. Windows color (decimal): -13662915 or 4031791. OLE color: 4031791.

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

Color convert

RGB 47 133 61 -
CMYK 0.65 0 0.54 0.48
HSL 129.77º 0.48% 0.35% -
HSV(B) 129.77º 0.65% 0.52% -
XYZ 10.4 17.72 7.29 -
YUV 99.08 106.51 90.85 -
System Red Green Blue C M Y K H S L
Decimal 47 133 61 0.65 0 0.54 0.48 129.77 0.48 0.35
Hex 2F 85 3D 41 0 36 30 82 30 23
Octal 57 205 75 101 0 66 60 202 60 43
Binary 101111 10000101 111101 1000001 0 110110 110000 10000010 110000 100011

Color Harmonies of #2F853D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F853D

Black with #2F853D

Text Example


Text Example

White with #2F853D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,133,61); }

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

background-color css

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

 a { background-color: rgb(47,133,61); }

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

border-color css

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

 span { border-color: rgb(47,133,61); }

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