Html Css Color HEX #2F822D Japanese Laurel

📋 copy color: '#2F822D'

red 47 ◦ green 130 ◦ blue 45

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

Shades of Japanese Laurel #2F822D

Tints of Japanese Laurel #2F822D

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 value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.49

RGB Variations

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

Color information

#2F822D (or 0x2F822D) is known color: 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

RGB 47 130 45 -
CMYK 0.64 0 0.65 0.49
HSL 118.59º 0.49% 0.34% -
HSV(B) 118.59º 0.65% 0.51% -
XYZ 9.63 16.76 5.21 -
YUV 95.49 99.5 93.41 -
System Red Green Blue C M Y K H S L
Decimal 47 130 45 0.64 0 0.65 0.49 118.59 0.49 0.34
Hex 2F 82 2D 40 0 41 31 77 31 22
Octal 57 202 55 100 0 101 61 167 61 42
Binary 101111 10000010 101101 1000000 0 1000001 110001 1110111 110001 100010

Color Harmonies of #2F822D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F822D

Black with #2F822D

Text Example


Text Example

White with #2F822D

Text Example


Text Example

HTML Codes & Css Web 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>