Html Css Color HEX #2D7538 Japanese Laurel

📋 copy color: '#2D7538'

red 45 ◦ green 117 ◦ blue 56

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

Shades of Japanese Laurel #2D7538

Tints of Japanese Laurel #2D7538

RGB

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

 GREEN value IS 117 (46.09% from 255) = 53.67%

 BLUE value IS 56 (22.27% from 255) = 25.69%

R = 20.64%
G = 53.67%
B = 25.69%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.52

 K value IS 0.54

RGB Variations

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

Color information

#2D7538 (or 0x2D7538) is known color: Japanese Laurel. HEX triplet: 2D, 75 and 38. RGB value is (45,117,56). Sum of RGB (Red+Green+Blue) = 45+117+56=218 (28% of max value = 765). Red value is 45 (17.97% from 255 or 20.64% from 218); Green value is 117 (46.09% from 255 or 53.67% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 117 - color contains mainly: green. Hex color #2D7538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D7538 is #D28AC7. Grayscale: #585858. Windows color (decimal): -13798088 or 3700013. OLE color: 3700013.

HSL color Cylindrical-coordinate representation of color #2D7538: hue angle of 129.17º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #2D7538 is Cyan = 0.62, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.54.

Color convert

RGB 45 117 56 -
CMYK 0.62 0 0.52 0.54
HSL 129.17º 0.44% 0.32% -
HSV(B) 129.17º 0.62% 0.46% -
XYZ 8.16 13.57 5.93 -
YUV 88.52 109.65 96.96 -
System Red Green Blue C M Y K H S L
Decimal 45 117 56 0.62 0 0.52 0.54 129.17 0.44 0.32
Hex 2D 75 38 3E 0 34 36 81 2C 20
Octal 55 165 70 76 0 64 66 201 54 40
Binary 101101 1110101 111000 111110 0 110100 110110 10000001 101100 100000

Color Harmonies of #2D7538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D7538

Black with #2D7538

Text Example


Text Example

White with #2D7538

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(45,117,56); }

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

background-color css

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

 a { background-color: rgb(45,117,56); }

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

border-color css

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

 span { border-color: rgb(45,117,56); }

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