Html Css Color HEX #2A883D Japanese Laurel

📋 copy color: '#2A883D'

red 42 ◦ green 136 ◦ blue 61

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

Shades of Japanese Laurel #2A883D

Tints of Japanese Laurel #2A883D

RGB

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

 GREEN value IS 136 (53.52% from 255) = 56.9%

 BLUE value IS 61 (24.22% from 255) = 25.52%

R = 17.57%
G = 56.9%
B = 25.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.55

 K value IS 0.47

RGB Variations

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

Color information

#2A883D (or 0x2A883D) is known color: Japanese Laurel. HEX triplet: 2A, 88 and 3D. RGB value is (42,136,61). Sum of RGB (Red+Green+Blue) = 42+136+61=239 (31% of max value = 765). Red value is 42 (16.80% from 255 or 17.57% from 239); Green value is 136 (53.52% from 255 or 56.90% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 136 - color contains mainly: green. Hex color #2A883D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A883D is #D577C2. Grayscale: #636363. Windows color (decimal): -13989827 or 4032554. OLE color: 4032554.

HSL color Cylindrical-coordinate representation of color #2A883D: hue angle of 132.13º degrees, saturation: 0.53, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2A883D is Cyan = 0.69, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 136 61 -
CMYK 0.69 0 0.55 0.47
HSL 132.13º 0.53% 0.35% -
HSV(B) 132.13º 0.69% 0.53% -
XYZ 10.6 18.44 7.41 -
YUV 99.34 106.36 87.1 -
System Red Green Blue C M Y K H S L
Decimal 42 136 61 0.69 0 0.55 0.47 132.13 0.53 0.35
Hex 2A 88 3D 45 0 37 2F 84 35 23
Octal 52 210 75 105 0 67 57 204 65 43
Binary 101010 10001000 111101 1000101 0 110111 101111 10000100 110101 100011

Color Harmonies of #2A883D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A883D

Black with #2A883D

Text Example


Text Example

White with #2A883D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,136,61); }

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

background-color css

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

 a { background-color: rgb(42,136,61); }

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

border-color css

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

 span { border-color: rgb(42,136,61); }

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