#2F8234

Color #2F8234 Japanese Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Japanese Laurel #2F8234

Tints of Japanese Laurel #2F8234

Color information

#2F8234 (or 0x2F8234) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 82 and 34. RGB value is (47,130,52). Sum of RGB (Red+Green+Blue) = 47+130+52=229 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.52% from 229); Green value is 130 (51.17% from 255 or 56.77% from 229); Blue value is 52 (20.70% from 255 or 22.71% from 229); Max value from RGB is 130 - color contains mainly: green. Hex color #2F8234 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F8234 is #D07DCB. Grayscale: #606060. Windows color (decimal): -13663692 or 3441199. OLE color: 3441199.

HSL color Cylindrical-coordinate representation of color #2F8234: hue angle of 123.61º degrees, saturation: 0.47, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #2F8234 is Cyan = 0.64, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB4713052-
CMYK0.6400.600.49
HSL123.61º46.89%34.71%-
HSV(B)123.61º63.85%50.98%-
XYZ9.7716.825.98-
YUV96.2910392.84-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 20.52%
GREEN value IS 130 (51.17% from 255) = 56.77%
BLUE value IS 52 (20.70% from 255) = 22.71%
R=20.52%
G=56.77%
B=22.71%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47130520.6400.600.49123.6146.8934.71
Hex2F82344003C317c2f23
Octal5720264100074611745743
Binary10111110000010110100100000001111001100011111100101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F8234

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,130,52); }

 H1.HeaderClassName
 {
   color: #2F8234;
 }
 .AnyTagClassName
 {
   color: #2F8234;
 }
</style>
background-color css

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

 a { background-color: rgb(47,130,52); }

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

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

 span { border-color: rgb(47,130,52); }

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