Html Css Color HEX #2F822C Japanese Laurel

📋 copy color: '#2F822C'

red 47 ◦ green 130 ◦ blue 44

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

Shades of Japanese Laurel #2F822C

Tints of Japanese Laurel #2F822C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.82%

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 21.27%
G = 58.82%
B = 19.91%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#2F822C (or 0x2F822C) is known color: Japanese Laurel. HEX triplet: 2F, 82 and 2C. RGB value is (47,130,44). Sum of RGB (Red+Green+Blue) = 47+130+44=221 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.27% from 221); Green value is 130 (51.17% from 255 or 58.82% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 130 - color contains mainly: green. Hex color #2F822C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F822C is #D07DD3. Grayscale: #5F5F5F. Windows color (decimal): -13663700 or 2916911. OLE color: 2916911.

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

Color convert

RGB 47 130 44 -
CMYK 0.64 0 0.66 0.49
HSL 117.91º 0.49% 0.34% -
HSV(B) 117.91º 0.66% 0.51% -
XYZ 9.61 16.75 5.11 -
YUV 95.38 99 93.49 -
System Red Green Blue C M Y K H S L
Decimal 47 130 44 0.64 0 0.66 0.49 117.91 0.49 0.34
Hex 2F 82 2C 40 0 42 31 76 31 22
Octal 57 202 54 100 0 102 61 166 61 42
Binary 101111 10000010 101100 1000000 0 1000010 110001 1110110 110001 100010

Color Harmonies of #2F822C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F822C

Black with #2F822C

Text Example


Text Example

White with #2F822C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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