Html Css Color HEX #2F883E Japanese Laurel

📋 copy color: '#2F883E'

red 47 ◦ green 136 ◦ blue 62

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

Shades of Japanese Laurel #2F883E

Tints of Japanese Laurel #2F883E

RGB

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

 GREEN value IS 136 (53.52% from 255) = 55.51%

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

R = 19.18%
G = 55.51%
B = 25.31%

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

#2F883E (or 0x2F883E) is known color: Japanese Laurel. HEX triplet: 2F, 88 and 3E. RGB value is (47,136,62). Sum of RGB (Red+Green+Blue) = 47+136+62=245 (32% of max value = 765). Red value is 47 (18.75% from 255 or 19.18% from 245); Green value is 136 (53.52% from 255 or 55.51% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 136 - color contains mainly: green. Hex color #2F883E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F883E is #D077C1. Grayscale: #656565. Windows color (decimal): -13662146 or 4098095. OLE color: 4098095.

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

Color convert

RGB 47 136 62 -
CMYK 0.65 0 0.54 0.47
HSL 130.11º 0.49% 0.36% -
HSV(B) 130.11º 0.65% 0.53% -
XYZ 10.85 18.56 7.57 -
YUV 100.95 106.01 89.52 -
System Red Green Blue C M Y K H S L
Decimal 47 136 62 0.65 0 0.54 0.47 130.11 0.49 0.36
Hex 2F 88 3E 41 0 36 2F 82 31 24
Octal 57 210 76 101 0 66 57 202 61 44
Binary 101111 10001000 111110 1000001 0 110110 101111 10000010 110001 100100

Color Harmonies of #2F883E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F883E

Black with #2F883E

Text Example


Text Example

White with #2F883E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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