Html Css Color HEX #2D853C Japanese Laurel

📋 copy color: '#2D853C'

red 45 ◦ green 133 ◦ blue 60

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

Shades of Japanese Laurel #2D853C

Tints of Japanese Laurel #2D853C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 18.91%
G = 55.88%
B = 25.21%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.55

 K value IS 0.48

RGB Variations

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

Color information

#2D853C (or 0x2D853C) is known color: Japanese Laurel. HEX triplet: 2D, 85 and 3C. RGB value is (45,133,60). Sum of RGB (Red+Green+Blue) = 45+133+60=238 (31% of max value = 765). Red value is 45 (17.97% from 255 or 18.91% from 238); Green value is 133 (52.34% from 255 or 55.88% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 133 - color contains mainly: green. Hex color #2D853C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D853C is #D27AC3. Grayscale: #626262. Windows color (decimal): -13793988 or 3966253. OLE color: 3966253.

HSL color Cylindrical-coordinate representation of color #2D853C: hue angle of 130.23º 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 #2D853C is Cyan = 0.66, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.48.

Color convert

RGB 45 133 60 -
CMYK 0.66 0 0.55 0.48
HSL 130.23º 0.49% 0.35% -
HSV(B) 130.23º 0.66% 0.52% -
XYZ 10.29 17.66 7.14 -
YUV 98.37 106.35 89.94 -
System Red Green Blue C M Y K H S L
Decimal 45 133 60 0.66 0 0.55 0.48 130.23 0.49 0.35
Hex 2D 85 3C 42 0 37 30 82 31 23
Octal 55 205 74 102 0 67 60 202 61 43
Binary 101101 10000101 111100 1000010 0 110111 110000 10000010 110001 100011

Color Harmonies of #2D853C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D853C

Black with #2D853C

Text Example


Text Example

White with #2D853C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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