Html Css Color HEX #2A8B36 Japanese Laurel

📋 copy color: '#2A8B36'

red 42 ◦ green 139 ◦ blue 54

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

Shades of Japanese Laurel #2A8B36

Tints of Japanese Laurel #2A8B36

RGB

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

 GREEN value IS 139 (54.69% from 255) = 59.15%

 BLUE value IS 54 (21.48% from 255) = 22.98%

R = 17.87%
G = 59.15%
B = 22.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.61

 K value IS 0.45

RGB Variations

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

Color information

#2A8B36 (or 0x2A8B36) is known color: Japanese Laurel. HEX triplet: 2A, 8B and 36. RGB value is (42,139,54). Sum of RGB (Red+Green+Blue) = 42+139+54=235 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.87% from 235); Green value is 139 (54.69% from 255 or 59.15% from 235); Blue value is 54 (21.48% from 255 or 22.98% from 235); Max value from RGB is 139 - color contains mainly: green. Hex color #2A8B36 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8B36 is #D574C9. Grayscale: #646464. Windows color (decimal): -13989066 or 3574570. OLE color: 3574570.

HSL color Cylindrical-coordinate representation of color #2A8B36: hue angle of 127.42º degrees, saturation: 0.54, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2A8B36 is Cyan = 0.70, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.45.

Color convert

RGB 42 139 54 -
CMYK 0.70 0 0.61 0.45
HSL 127.42º 0.54% 0.35% -
HSV(B) 127.42º 0.7% 0.55% -
XYZ 10.85 19.22 6.63 -
YUV 100.31 101.86 86.41 -
System Red Green Blue C M Y K H S L
Decimal 42 139 54 0.70 0 0.61 0.45 127.42 0.54 0.35
Hex 2A 8B 36 46 0 3D 2D 7F 36 23
Octal 52 213 66 106 0 75 55 177 66 43
Binary 101010 10001011 110110 1000110 0 111101 101101 1111111 110110 100011

Color Harmonies of #2A8B36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8B36

Black with #2A8B36

Text Example


Text Example

White with #2A8B36

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,139,54); }

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

background-color css

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

 a { background-color: rgb(42,139,54); }

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

border-color css

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

 span { border-color: rgb(42,139,54); }

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