Html Css Color HEX #30852F Japanese Laurel

📋 copy color: '#30852F'

red 48 ◦ green 133 ◦ blue 47

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

Shades of Japanese Laurel #30852F

Tints of Japanese Laurel #30852F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 20.61%

R = 21.05%
G = 58.33%
B = 20.61%

CMYK

 C value IS 0.64

 M value IS 0

 Y value IS 0.65

 K value IS 0.48

RGB Variations

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

Color information

#30852F (or 0x30852F) is known color: Japanese Laurel. HEX triplet: 30, 85 and 2F. RGB value is (48,133,47). Sum of RGB (Red+Green+Blue) = 48+133+47=228 (30% of max value = 765). Red value is 48 (19.14% from 255 or 21.05% from 228); Green value is 133 (52.34% from 255 or 58.33% from 228); Blue value is 47 (18.75% from 255 or 20.61% from 228); Max value from RGB is 133 - color contains mainly: green. Hex color #30852F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30852F is #CF7AD0. Grayscale: #626262. Windows color (decimal): -13597393 or 3114288. OLE color: 3114288.

HSL color Cylindrical-coordinate representation of color #30852F: hue angle of 119.3º degrees, saturation: 0.48, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #30852F is Cyan = 0.64, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.48.

Color convert

RGB 48 133 47 -
CMYK 0.64 0 0.65 0.48
HSL 119.3º 0.48% 0.35% -
HSV(B) 119.3º 0.65% 0.52% -
XYZ 10.12 17.61 5.55 -
YUV 97.78 99.34 92.49 -
System Red Green Blue C M Y K H S L
Decimal 48 133 47 0.64 0 0.65 0.48 119.3 0.48 0.35
Hex 30 85 2F 40 0 41 30 77 30 23
Octal 60 205 57 100 0 101 60 167 60 43
Binary 110000 10000101 101111 1000000 0 1000001 110000 1110111 110000 100011

Color Harmonies of #30852F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30852F

Black with #30852F

Text Example


Text Example

White with #30852F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30852F; }

 p { color: rgb(48,133,47); }

 H1.HeaderClassName
 {
   color: #30852F;
 }
 .AnyTagClassName
 {
   color: #30852F;
 }
</style>

background-color css

<style>
 a { background-color: #30852F; }

 a { background-color: rgb(48,133,47); }

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

border-color css

<style>
 span { border-color: #30852F; }

 span { border-color: rgb(48,133,47); }

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