Html Css Color HEX #2F913B Japanese Laurel

📋 copy color: '#2F913B'

red 47 ◦ green 145 ◦ blue 59

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

Shades of Japanese Laurel #2F913B

Tints of Japanese Laurel #2F913B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 23.51%

R = 18.73%
G = 57.77%
B = 23.51%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.43

RGB Variations

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

Color information

#2F913B (or 0x2F913B) is known color: Japanese Laurel. HEX triplet: 2F, 91 and 3B. RGB value is (47,145,59). Sum of RGB (Red+Green+Blue) = 47+145+59=251 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.73% from 251); Green value is 145 (57.03% from 255 or 57.77% from 251); Blue value is 59 (23.44% from 255 or 23.51% from 251); Max value from RGB is 145 - color contains mainly: green. Hex color #2F913B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F913B is #D06EC4. Grayscale: #6A6A6A. Windows color (decimal): -13659845 or 3903791. OLE color: 3903791.

HSL color Cylindrical-coordinate representation of color #2F913B: hue angle of 127.35º 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 #2F913B is Cyan = 0.68, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.43.

Color convert

RGB 47 145 59 -
CMYK 0.68 0 0.59 0.43
HSL 127.35º 0.51% 0.38% -
HSV(B) 127.35º 0.68% 0.57% -
XYZ 12.09 21.17 7.59 -
YUV 105.89 101.53 85.99 -
System Red Green Blue C M Y K H S L
Decimal 47 145 59 0.68 0 0.59 0.43 127.35 0.51 0.38
Hex 2F 91 3B 44 0 3B 2B 7F 33 26
Octal 57 221 73 104 0 73 53 177 63 46
Binary 101111 10010001 111011 1000100 0 111011 101011 1111111 110011 100110

Color Harmonies of #2F913B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F913B

Black with #2F913B

Text Example


Text Example

White with #2F913B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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