Html Css Color HEX #2D853E Japanese Laurel

📋 copy color: '#2D853E'

red 45 ◦ green 133 ◦ blue 62

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

Shades of Japanese Laurel #2D853E

Tints of Japanese Laurel #2D853E

RGB

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

 GREEN value IS 133 (52.34% from 255) = 55.42%

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

R = 18.75%
G = 55.42%
B = 25.83%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.53

 K value IS 0.48

RGB Variations

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

Color information

#2D853E (or 0x2D853E) is known color: Japanese Laurel. HEX triplet: 2D, 85 and 3E. RGB value is (45,133,62). Sum of RGB (Red+Green+Blue) = 45+133+62=240 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.75% from 240); Green value is 133 (52.34% from 255 or 55.42% from 240); Blue value is 62 (24.61% from 255 or 25.83% from 240); Max value from RGB is 133 - color contains mainly: green. Hex color #2D853E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D853E is #D27AC1. Grayscale: #626262. Windows color (decimal): -13793986 or 4097325. OLE color: 4097325.

HSL color Cylindrical-coordinate representation of color #2D853E: hue angle of 131.59º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #2D853E is Cyan = 0.66, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 133 62 -
CMYK 0.66 0 0.53 0.48
HSL 131.59º 0.49% 0.35% -
HSV(B) 131.59º 0.66% 0.52% -
XYZ 10.34 17.68 7.43 -
YUV 98.59 107.35 89.77 -
System Red Green Blue C M Y K H S L
Decimal 45 133 62 0.66 0 0.53 0.48 131.59 0.49 0.35
Hex 2D 85 3E 42 0 35 30 84 31 23
Octal 55 205 76 102 0 65 60 204 61 43
Binary 101101 10000101 111110 1000010 0 110101 110000 10000100 110001 100011

Color Harmonies of #2D853E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D853E

Black with #2D853E

Text Example


Text Example

White with #2D853E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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