Html Css Color HEX #2F913E Japanese Laurel

📋 copy color: '#2F913E'

red 47 ◦ green 145 ◦ blue 62

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

Shades of Japanese Laurel #2F913E

Tints of Japanese Laurel #2F913E

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.09%

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

R = 18.5%
G = 57.09%
B = 24.41%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#2F913E (or 0x2F913E) is known color: Japanese Laurel. HEX triplet: 2F, 91 and 3E. RGB value is (47,145,62). Sum of RGB (Red+Green+Blue) = 47+145+62=254 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.50% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 62 (24.61% from 255 or 24.41% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #2F913E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F913E is #D06EC1. Grayscale: #6A6A6A. Windows color (decimal): -13659842 or 4100399. OLE color: 4100399.

HSL color Cylindrical-coordinate representation of color #2F913E: hue angle of 129.18º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F913E is Cyan = 0.68, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 62 -
CMYK 0.68 0 0.57 0.43
HSL 129.18º 0.51% 0.38% -
HSV(B) 129.18º 0.68% 0.57% -
XYZ 12.17 21.2 8.01 -
YUV 106.24 103.03 85.75 -
System Red Green Blue C M Y K H S L
Decimal 47 145 62 0.68 0 0.57 0.43 129.18 0.51 0.38
Hex 2F 91 3E 44 0 39 2B 81 33 26
Octal 57 221 76 104 0 71 53 201 63 46
Binary 101111 10010001 111110 1000100 0 111001 101011 10000001 110011 100110

Color Harmonies of #2F913E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F913E

Black with #2F913E

Text Example


Text Example

White with #2F913E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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