Html Css Color HEX #30702D Japanese Laurel

📋 copy color: '#30702D'

red 48 ◦ green 112 ◦ blue 45

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

Shades of Japanese Laurel #30702D

Tints of Japanese Laurel #30702D

RGB

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

 GREEN value IS 112 (44.14% from 255) = 54.63%

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

R = 23.41%
G = 54.63%
B = 21.95%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.60

 K value IS 0.56

RGB Variations

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

Color information

#30702D (or 0x30702D) is known color: Japanese Laurel. HEX triplet: 30, 70 and 2D. RGB value is (48,112,45). Sum of RGB (Red+Green+Blue) = 48+112+45=205 (27% of max value = 765). Red value is 48 (19.14% from 255 or 23.41% from 205); Green value is 112 (44.14% from 255 or 54.63% from 205); Blue value is 45 (17.97% from 255 or 21.95% from 205); Max value from RGB is 112 - color contains mainly: green. Hex color #30702D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #30702D is #CF8FD2. Grayscale: #555555. Windows color (decimal): -13602771 or 2977840. OLE color: 2977840.

HSL color Cylindrical-coordinate representation of color #30702D: hue angle of 117.31º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #30702D is Cyan = 0.57, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.56.

Color convert

RGB 48 112 45 -
CMYK 0.57 0 0.60 0.56
HSL 117.31º 0.43% 0.31% -
HSV(B) 117.31º 0.6% 0.44% -
XYZ 7.49 12.41 4.48 -
YUV 85.23 105.3 101.45 -
System Red Green Blue C M Y K H S L
Decimal 48 112 45 0.57 0 0.60 0.56 117.31 0.43 0.31
Hex 30 70 2D 39 0 3C 38 75 2B 1F
Octal 60 160 55 71 0 74 70 165 53 37
Binary 110000 1110000 101101 111001 0 111100 111000 1110101 101011 11111

Color Harmonies of #30702D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30702D

Black with #30702D

Text Example


Text Example

White with #30702D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30702D; }

 p { color: rgb(48,112,45); }

 H1.HeaderClassName
 {
   color: #30702D;
 }
 .AnyTagClassName
 {
   color: #30702D;
 }
</style>

background-color css

<style>
 a { background-color: #30702D; }

 a { background-color: rgb(48,112,45); }

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

border-color css

<style>
 span { border-color: #30702D; }

 span { border-color: rgb(48,112,45); }

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