Html Css Color HEX #2A8039 Japanese Laurel

📋 copy color: '#2A8039'

red 42 ◦ green 128 ◦ blue 57

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

Shades of Japanese Laurel #2A8039

Tints of Japanese Laurel #2A8039

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 25.11%

R = 18.5%
G = 56.39%
B = 25.11%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.50

RGB Variations

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

Color information

#2A8039 (or 0x2A8039) is known color: Japanese Laurel. HEX triplet: 2A, 80 and 39. RGB value is (42,128,57). Sum of RGB (Red+Green+Blue) = 42+128+57=227 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.50% from 227); Green value is 128 (50.39% from 255 or 56.39% from 227); Blue value is 57 (22.66% from 255 or 25.11% from 227); Max value from RGB is 128 - color contains mainly: green. Hex color #2A8039 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8039 is #D57FC6. Grayscale: #5E5E5E. Windows color (decimal): -13991879 or 3768362. OLE color: 3768362.

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

Color convert

RGB 42 128 57 -
CMYK 0.67 0 0.55 0.50
HSL 130.47º 0.51% 0.33% -
HSV(B) 130.47º 0.67% 0.5% -
XYZ 9.41 16.23 6.51 -
YUV 94.19 107.01 90.77 -
System Red Green Blue C M Y K H S L
Decimal 42 128 57 0.67 0 0.55 0.50 130.47 0.51 0.33
Hex 2A 80 39 43 0 37 32 82 33 21
Octal 52 200 71 103 0 67 62 202 63 41
Binary 101010 10000000 111001 1000011 0 110111 110010 10000010 110011 100001

Color Harmonies of #2A8039

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8039

Black with #2A8039

Text Example


Text Example

White with #2A8039

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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