Html Css Color HEX #2A802F Japanese Laurel

📋 copy color: '#2A802F'

red 42 ◦ green 128 ◦ blue 47

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

Shades of Japanese Laurel #2A802F

Tints of Japanese Laurel #2A802F

RGB

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

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

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

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

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.63

 K value IS 0.50

RGB Variations

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

Color information

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

HSL color Cylindrical-coordinate representation of color #2A802F: hue angle of 123.49º 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 #2A802F is Cyan = 0.67, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.50.

Color convert

RGB 42 128 47 -
CMYK 0.67 0 0.63 0.50
HSL 123.49º 0.51% 0.33% -
HSV(B) 123.49º 0.67% 0.5% -
XYZ 9.19 16.14 5.32 -
YUV 93.05 102.01 91.59 -
System Red Green Blue C M Y K H S L
Decimal 42 128 47 0.67 0 0.63 0.50 123.49 0.51 0.33
Hex 2A 80 2F 43 0 3F 32 7B 33 21
Octal 52 200 57 103 0 77 62 173 63 41
Binary 101010 10000000 101111 1000011 0 111111 110010 1111011 110011 100001

Color Harmonies of #2A802F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A802F

Black with #2A802F

Text Example


Text Example

White with #2A802F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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