#2F822D

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

Shades of Japanese Laurel #2F822D

Tints of Japanese Laurel #2F822D

Color information

#2F822D (or 0x2F822D) is unknown color: approx Japanese Laurel. HEX triplet: 2F, 82 and 2D. RGB value is (47,130,45). Sum of RGB (Red+Green+Blue) = 47+130+45=222 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.17% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 45 (17.97% from 255 or 20.27% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #2F822D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F822D is #D07DD2. Grayscale: #5F5F5F. Windows color (decimal): -13663699 or 2982447. OLE color: 2982447.

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

Color convert

RGB4713045-
CMYK0.6400.650.49
HSL118.59º48.57%34.31%-
HSV(B)118.59º65.38%50.98%-
XYZ9.6316.765.21-
YUV95.4999.593.41-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 21.17%
GREEN value IS 130 (51.17% from 255) = 58.56%
BLUE value IS 45 (17.97% from 255) = 20.27%
R=21.17%
G=58.56%
B=20.27%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal47130450.6400.650.49118.5948.5734.31
Hex2F822D4004131773122
Octal57202551000101611676142
Binary101111100000101011011000000010000011100011110111110001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2F822D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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