Html Css Color HEX #2F863E Japanese Laurel

📋 copy color: '#2F863E'

red 47 ◦ green 134 ◦ blue 62

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

Shades of Japanese Laurel #2F863E

Tints of Japanese Laurel #2F863E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 55.14%

 BLUE value IS 62 (24.61% from 255) = 25.51%

R = 19.34%
G = 55.14%
B = 25.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.54

 K value IS 0.47

RGB Variations

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

Color information

#2F863E (or 0x2F863E) is known color: Japanese Laurel. HEX triplet: 2F, 86 and 3E. RGB value is (47,134,62). Sum of RGB (Red+Green+Blue) = 47+134+62=243 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.34% from 243); Green value is 134 (52.73% from 255 or 55.14% from 243); Blue value is 62 (24.61% from 255 or 25.51% from 243); Max value from RGB is 134 - color contains mainly: green. Hex color #2F863E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F863E is #D079C1. Grayscale: #636363. Windows color (decimal): -13662658 or 4097583. OLE color: 4097583.

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

Color convert

RGB 47 134 62 -
CMYK 0.65 0 0.54 0.47
HSL 130.34º 0.48% 0.35% -
HSV(B) 130.34º 0.65% 0.53% -
XYZ 10.57 18 7.48 -
YUV 99.78 106.68 90.35 -
System Red Green Blue C M Y K H S L
Decimal 47 134 62 0.65 0 0.54 0.47 130.34 0.48 0.35
Hex 2F 86 3E 41 0 36 2F 82 30 23
Octal 57 206 76 101 0 66 57 202 60 43
Binary 101111 10000110 111110 1000001 0 110110 101111 10000010 110000 100011

Color Harmonies of #2F863E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F863E

Black with #2F863E

Text Example


Text Example

White with #2F863E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,134,62); }

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

background-color css

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

 a { background-color: rgb(47,134,62); }

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

border-color css

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

 span { border-color: rgb(47,134,62); }

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