Html Css Color HEX #2D8A3E Japanese Laurel

📋 copy color: '#2D8A3E'

red 45 ◦ green 138 ◦ blue 62

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

Shades of Japanese Laurel #2D8A3E

Tints of Japanese Laurel #2D8A3E

RGB

 RED value IS 45 (17.97% from 255) = 18.37%

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

 BLUE value IS 62 (24.61% from 255) = 25.31%

R = 18.37%
G = 56.33%
B = 25.31%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.55

 K value IS 0.46

RGB Variations

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

Color information

#2D8A3E (or 0x2D8A3E) is known color: Japanese Laurel. HEX triplet: 2D, 8A and 3E. RGB value is (45,138,62). Sum of RGB (Red+Green+Blue) = 45+138+62=245 (32% of max value = 765). Red value is 45 (17.97% from 255 or 18.37% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 62 (24.61% from 255 or 25.31% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #2D8A3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D8A3E is #D275C1. Grayscale: #656565. Windows color (decimal): -13792706 or 4098605. OLE color: 4098605.

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

Color convert

RGB 45 138 62 -
CMYK 0.67 0 0.55 0.46
HSL 130.97º 0.51% 0.36% -
HSV(B) 130.97º 0.67% 0.54% -
XYZ 11.04 19.08 7.66 -
YUV 101.53 105.69 87.68 -
System Red Green Blue C M Y K H S L
Decimal 45 138 62 0.67 0 0.55 0.46 130.97 0.51 0.36
Hex 2D 8A 3E 43 0 37 2E 83 33 24
Octal 55 212 76 103 0 67 56 203 63 44
Binary 101101 10001010 111110 1000011 0 110111 101110 10000011 110011 100100

Color Harmonies of #2D8A3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D8A3E

Black with #2D8A3E

Text Example


Text Example

White with #2D8A3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,138,62); }

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

background-color css

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

 a { background-color: rgb(45,138,62); }

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

border-color css

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

 span { border-color: rgb(45,138,62); }

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