Html Css Color HEX #2F933D Japanese Laurel

📋 copy color: '#2F933D'

red 47 ◦ green 147 ◦ blue 61

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

Shades of Japanese Laurel #2F933D

Tints of Japanese Laurel #2F933D

RGB

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

 GREEN value IS 147 (57.81% from 255) = 57.65%

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

R = 18.43%
G = 57.65%
B = 23.92%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.59

 K value IS 0.42

RGB Variations

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

Color information

#2F933D (or 0x2F933D) is known color: Japanese Laurel. HEX triplet: 2F, 93 and 3D. RGB value is (47,147,61). Sum of RGB (Red+Green+Blue) = 47+147+61=255 (33% of max value = 765). Red value is 47 (18.75% from 255 or 18.43% from 255); Green value is 147 (57.81% from 255 or 57.65% from 255); Blue value is 61 (24.22% from 255 or 23.92% from 255); Max value from RGB is 147 - color contains mainly: green. Hex color #2F933D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F933D is #D06CC2. Grayscale: #6B6B6B. Windows color (decimal): -13659331 or 4035375. OLE color: 4035375.

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

Color convert

RGB 47 147 61 -
CMYK 0.68 0 0.59 0.42
HSL 128.4º 0.52% 0.38% -
HSV(B) 128.4º 0.68% 0.58% -
XYZ 12.45 21.81 7.97 -
YUV 107.3 101.87 84.99 -
System Red Green Blue C M Y K H S L
Decimal 47 147 61 0.68 0 0.59 0.42 128.4 0.52 0.38
Hex 2F 93 3D 44 0 3B 2A 80 34 26
Octal 57 223 75 104 0 73 52 200 64 46
Binary 101111 10010011 111101 1000100 0 111011 101010 10000000 110100 100110

Color Harmonies of #2F933D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F933D

Black with #2F933D

Text Example


Text Example

White with #2F933D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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