Html Css Color HEX #30752B Japanese Laurel

📋 copy color: '#30752B'

red 48 ◦ green 117 ◦ blue 43

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

Shades of Japanese Laurel #30752B

Tints of Japanese Laurel #30752B

RGB

 RED value IS 48 (19.14% from 255) = 23.08%

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

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

R = 23.08%
G = 56.25%
B = 20.67%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.63

 K value IS 0.54

RGB Variations

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

Color information

#30752B (or 0x30752B) is known color: Japanese Laurel. HEX triplet: 30, 75 and 2B. RGB value is (48,117,43). Sum of RGB (Red+Green+Blue) = 48+117+43=208 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.08% from 208); Green value is 117 (46.09% from 255 or 56.25% from 208); Blue value is 43 (17.19% from 255 or 20.67% from 208); Max value from RGB is 117 - color contains mainly: green. Hex color #30752B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30752B is #CF8AD4. Grayscale: #585858. Windows color (decimal): -13601493 or 2848048. OLE color: 2848048.

HSL color Cylindrical-coordinate representation of color #30752B: hue angle of 115.95º 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 #30752B is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB 48 117 43 -
CMYK 0.59 0 0.63 0.54
HSL 115.95º 0.46% 0.31% -
HSV(B) 115.95º 0.63% 0.46% -
XYZ 8.02 13.53 4.47 -
YUV 87.93 102.64 99.52 -
System Red Green Blue C M Y K H S L
Decimal 48 117 43 0.59 0 0.63 0.54 115.95 0.46 0.31
Hex 30 75 2B 3B 0 3F 36 74 2E 1F
Octal 60 165 53 73 0 77 66 164 56 37
Binary 110000 1110101 101011 111011 0 111111 110110 1110100 101110 11111

Color Harmonies of #30752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30752B

Black with #30752B

Text Example


Text Example

White with #30752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30752B; }

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

 H1.HeaderClassName
 {
   color: #30752B;
 }
 .AnyTagClassName
 {
   color: #30752B;
 }
</style>

background-color css

<style>
 a { background-color: #30752B; }

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

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

border-color css

<style>
 span { border-color: #30752B; }

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

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