Html Css Color HEX #2A8733 Japanese Laurel

📋 copy color: '#2A8733'

red 42 ◦ green 135 ◦ blue 51

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

Shades of Japanese Laurel #2A8733

Tints of Japanese Laurel #2A8733

RGB

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

 GREEN value IS 135 (53.13% from 255) = 59.21%

 BLUE value IS 51 (20.31% from 255) = 22.37%

R = 18.42%
G = 59.21%
B = 22.37%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#2A8733 (or 0x2A8733) is known color: Japanese Laurel. HEX triplet: 2A, 87 and 33. RGB value is (42,135,51). Sum of RGB (Red+Green+Blue) = 42+135+51=228 (30% of max value = 765). Red value is 42 (16.80% from 255 or 18.42% from 228); Green value is 135 (53.12% from 255 or 59.21% from 228); Blue value is 51 (20.31% from 255 or 22.37% from 228); Max value from RGB is 135 - color contains mainly: green. Hex color #2A8733 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A8733 is #D578CC. Grayscale: #616161. Windows color (decimal): -13990093 or 3376938. OLE color: 3376938.

HSL color Cylindrical-coordinate representation of color #2A8733: hue angle of 125.81º 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 #2A8733 is Cyan = 0.69, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.47.

Color convert

RGB 42 135 51 -
CMYK 0.69 0 0.62 0.47
HSL 125.81º 0.53% 0.35% -
HSV(B) 125.81º 0.69% 0.53% -
XYZ 10.22 18.06 6.08 -
YUV 97.62 101.69 88.33 -
System Red Green Blue C M Y K H S L
Decimal 42 135 51 0.69 0 0.62 0.47 125.81 0.53 0.35
Hex 2A 87 33 45 0 3E 2F 7E 35 23
Octal 52 207 63 105 0 76 57 176 65 43
Binary 101010 10000111 110011 1000101 0 111110 101111 1111110 110101 100011

Color Harmonies of #2A8733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A8733

Black with #2A8733

Text Example


Text Example

White with #2A8733

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,135,51); }

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

background-color css

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

 a { background-color: rgb(42,135,51); }

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

border-color css

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

 span { border-color: rgb(42,135,51); }

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