Html Css Color HEX #2F943E Japanese Laurel

📋 copy color: '#2F943E'

red 47 ◦ green 148 ◦ blue 62

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

Shades of Japanese Laurel #2F943E

Tints of Japanese Laurel #2F943E

RGB

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

 GREEN value IS 148 (58.2% from 255) = 57.59%

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

R = 18.29%
G = 57.59%
B = 24.12%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#2F943E (or 0x2F943E) is known color: Japanese Laurel. HEX triplet: 2F, 94 and 3E. RGB value is (47,148,62). Sum of RGB (Red+Green+Blue) = 47+148+62=257 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.29% from 257); Green value is 148 (58.20% from 255 or 57.59% from 257); Blue value is 62 (24.61% from 255 or 24.12% from 257); Max value from RGB is 148 - color contains mainly: green. Hex color #2F943E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F943E is #D06BC1. Grayscale: #6C6C6C. Windows color (decimal): -13659074 or 4101167. OLE color: 4101167.

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

Color convert

RGB 47 148 62 -
CMYK 0.68 0 0.58 0.42
HSL 128.91º 0.52% 0.38% -
HSV(B) 128.91º 0.68% 0.58% -
XYZ 12.63 22.13 8.16 -
YUV 108 102.04 84.49 -
System Red Green Blue C M Y K H S L
Decimal 47 148 62 0.68 0 0.58 0.42 128.91 0.52 0.38
Hex 2F 94 3E 44 0 3A 2A 81 34 26
Octal 57 224 76 104 0 72 52 201 64 46
Binary 101111 10010100 111110 1000100 0 111010 101010 10000001 110100 100110

Color Harmonies of #2F943E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F943E

Black with #2F943E

Text Example


Text Example

White with #2F943E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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