Html Css Color HEX #2A8A35 Japanese Laurel

📋 copy color: '#2A8A35'

red 42 ◦ green 138 ◦ blue 53

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

Shades of Japanese Laurel #2A8A35

Tints of Japanese Laurel #2A8A35

RGB

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

 GREEN value IS 138 (54.3% from 255) = 59.23%

 BLUE value IS 53 (21.09% from 255) = 22.75%

R = 18.03%
G = 59.23%
B = 22.75%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.62

 K value IS 0.46

RGB Variations

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

Color information

#2A8A35 (or 0x2A8A35) is known color: Japanese Laurel. HEX triplet: 2A, 8A and 35. RGB value is (42,138,53). Sum of RGB (Red+Green+Blue) = 42+138+53=233 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.03% from 233); Green value is 138 (54.30% from 255 or 59.23% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 138 - color contains mainly: green. Hex color #2A8A35 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8A35 is #D575CA. Grayscale: #636363. Windows color (decimal): -13989323 or 3508778. OLE color: 3508778.

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

Color convert

RGB 42 138 53 -
CMYK 0.70 0 0.62 0.46
HSL 126.88º 0.53% 0.35% -
HSV(B) 126.88º 0.7% 0.54% -
XYZ 10.69 18.93 6.46 -
YUV 99.61 101.7 86.91 -
System Red Green Blue C M Y K H S L
Decimal 42 138 53 0.70 0 0.62 0.46 126.88 0.53 0.35
Hex 2A 8A 35 46 0 3E 2E 7F 35 23
Octal 52 212 65 106 0 76 56 177 65 43
Binary 101010 10001010 110101 1000110 0 111110 101110 1111111 110101 100011

Color Harmonies of #2A8A35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8A35

Black with #2A8A35

Text Example


Text Example

White with #2A8A35

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,138,53); }

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

background-color css

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

 a { background-color: rgb(42,138,53); }

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

border-color css

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

 span { border-color: rgb(42,138,53); }

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