Html Css Color HEX #2D852E Japanese Laurel

📋 copy color: '#2D852E'

red 45 ◦ green 133 ◦ blue 46

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

Shades of Japanese Laurel #2D852E

Tints of Japanese Laurel #2D852E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 20.54%

R = 20.09%
G = 59.38%
B = 20.54%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#2D852E (or 0x2D852E) is known color: Japanese Laurel. HEX triplet: 2D, 85 and 2E. RGB value is (45,133,46). Sum of RGB (Red+Green+Blue) = 45+133+46=224 (29% of max value = 765). Red value is 45 (17.97% from 255 or 20.09% from 224); Green value is 133 (52.34% from 255 or 59.38% from 224); Blue value is 46 (18.36% from 255 or 20.54% from 224); Max value from RGB is 133 - color contains mainly: green. Hex color #2D852E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2D852E is #D27AD1. Grayscale: #616161. Windows color (decimal): -13794002 or 3048749. OLE color: 3048749.

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

Color convert

RGB 45 133 46 -
CMYK 0.66 0 0.65 0.48
HSL 120.68º 0.49% 0.35% -
HSV(B) 120.68º 0.66% 0.52% -
XYZ 9.96 17.53 5.44 -
YUV 96.77 99.35 91.07 -
System Red Green Blue C M Y K H S L
Decimal 45 133 46 0.66 0 0.65 0.48 120.68 0.49 0.35
Hex 2D 85 2E 42 0 41 30 79 31 23
Octal 55 205 56 102 0 101 60 171 61 43
Binary 101101 10000101 101110 1000010 0 1000001 110000 1111001 110001 100011

Color Harmonies of #2D852E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D852E

Black with #2D852E

Text Example


Text Example

White with #2D852E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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