Html Css Color HEX #2D752B Japanese Laurel

📋 copy color: '#2D752B'

red 45 ◦ green 117 ◦ blue 43

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

Shades of Japanese Laurel #2D752B

Tints of Japanese Laurel #2D752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 20.98%

R = 21.95%
G = 57.07%
B = 20.98%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#2D752B (or 0x2D752B) is known color: Japanese Laurel. HEX triplet: 2D, 75 and 2B. RGB value is (45,117,43). Sum of RGB (Red+Green+Blue) = 45+117+43=205 (27% of max value = 765). Red value is 45 (17.97% from 255 or 21.95% from 205); Green value is 117 (46.09% from 255 or 57.07% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 117 - color contains mainly: green. Hex color #2D752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2D752B is #D28AD4. Grayscale: #575757. Windows color (decimal): -13798101 or 2848045. OLE color: 2848045.

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

Color convert

RGB 45 117 43 -
CMYK 0.62 0 0.63 0.54
HSL 118.38º 0.46% 0.31% -
HSV(B) 118.38º 0.63% 0.46% -
XYZ 7.88 13.45 4.47 -
YUV 87.04 103.15 98.02 -
System Red Green Blue C M Y K H S L
Decimal 45 117 43 0.62 0 0.63 0.54 118.38 0.46 0.31
Hex 2D 75 2B 3E 0 3F 36 76 2E 1F
Octal 55 165 53 76 0 77 66 166 56 37
Binary 101101 1110101 101011 111110 0 111111 110110 1110110 101110 11111

Color Harmonies of #2D752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2D752B

Black with #2D752B

Text Example


Text Example

White with #2D752B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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