Html Css Color HEX #2A813F Japanese Laurel

📋 copy color: '#2A813F'

red 42 ◦ green 129 ◦ blue 63

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

Shades of Japanese Laurel #2A813F

Tints of Japanese Laurel #2A813F

RGB

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

 GREEN value IS 129 (50.78% from 255) = 55.13%

 BLUE value IS 63 (25% from 255) = 26.92%

R = 17.95%
G = 55.13%
B = 26.92%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#2A813F (or 0x2A813F) is known color: Japanese Laurel. HEX triplet: 2A, 81 and 3F. RGB value is (42,129,63). Sum of RGB (Red+Green+Blue) = 42+129+63=234 (30% of max value = 765). Red value is 42 (16.80% from 255 or 17.95% from 234); Green value is 129 (50.78% from 255 or 55.13% from 234); Blue value is 63 (25% from 255 or 26.92% from 234); Max value from RGB is 129 - color contains mainly: green. Hex color #2A813F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A813F is #D57EC0. Grayscale: #5F5F5F. Windows color (decimal): -13991617 or 4161834. OLE color: 4161834.

HSL color Cylindrical-coordinate representation of color #2A813F: hue angle of 134.48º degrees, saturation: 0.51, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #2A813F is Cyan = 0.67, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 42 129 63 -
CMYK 0.67 0 0.51 0.49
HSL 134.48º 0.51% 0.34% -
HSV(B) 134.48º 0.67% 0.51% -
XYZ 9.7 16.55 7.39 -
YUV 95.46 109.68 89.87 -
System Red Green Blue C M Y K H S L
Decimal 42 129 63 0.67 0 0.51 0.49 134.48 0.51 0.34
Hex 2A 81 3F 43 0 33 31 86 33 22
Octal 52 201 77 103 0 63 61 206 63 42
Binary 101010 10000001 111111 1000011 0 110011 110001 10000110 110011 100010

Color Harmonies of #2A813F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2A813F

Black with #2A813F

Text Example


Text Example

White with #2A813F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(42,129,63); }

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

background-color css

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

 a { background-color: rgb(42,129,63); }

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

border-color css

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

 span { border-color: rgb(42,129,63); }

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