Html Css Color HEX #2F802A Japanese Laurel

📋 copy color: '#2F802A'

red 47 ◦ green 128 ◦ blue 42

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

Shades of Japanese Laurel #2F802A

Tints of Japanese Laurel #2F802A

RGB

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

 GREEN value IS 128 (50.39% from 255) = 58.99%

 BLUE value IS 42 (16.8% from 255) = 19.35%

R = 21.66%
G = 58.99%
B = 19.35%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.67

 K value IS 0.50

RGB Variations

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

Color information

#2F802A (or 0x2F802A) is known color: Japanese Laurel. HEX triplet: 2F, 80 and 2A. RGB value is (47,128,42). Sum of RGB (Red+Green+Blue) = 47+128+42=217 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.66% from 217); Green value is 128 (50.39% from 255 or 58.99% from 217); Blue value is 42 (16.80% from 255 or 19.35% from 217); Max value from RGB is 128 - color contains mainly: green. Hex color #2F802A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F802A is #D07FD5. Grayscale: #5E5E5E. Windows color (decimal): -13664214 or 2785327. OLE color: 2785327.

HSL color Cylindrical-coordinate representation of color #2F802A: hue angle of 116.51º degrees, saturation: 0.51, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2F802A is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.50.

Color convert

RGB 47 128 42 -
CMYK 0.63 0 0.67 0.50
HSL 116.51º 0.51% 0.33% -
HSV(B) 116.51º 0.67% 0.5% -
XYZ 9.31 16.21 4.83 -
YUV 93.98 98.66 94.49 -
System Red Green Blue C M Y K H S L
Decimal 47 128 42 0.63 0 0.67 0.50 116.51 0.51 0.33
Hex 2F 80 2A 3F 0 43 32 75 33 21
Octal 57 200 52 77 0 103 62 165 63 41
Binary 101111 10000000 101010 111111 0 1000011 110010 1110101 110011 100001

Color Harmonies of #2F802A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F802A

Black with #2F802A

Text Example


Text Example

White with #2F802A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,128,42); }

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

background-color css

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

 a { background-color: rgb(47,128,42); }

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

border-color css

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

 span { border-color: rgb(47,128,42); }

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