Html Css Color HEX #30832D Japanese Laurel

📋 copy color: '#30832D'

red 48 ◦ green 131 ◦ blue 45

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

Shades of Japanese Laurel #30832D

Tints of Japanese Laurel #30832D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 58.48%

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

R = 21.43%
G = 58.48%
B = 20.09%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#30832D (or 0x30832D) is known color: Japanese Laurel. HEX triplet: 30, 83 and 2D. RGB value is (48,131,45). Sum of RGB (Red+Green+Blue) = 48+131+45=224 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.43% from 224); Green value is 131 (51.56% from 255 or 58.48% from 224); Blue value is 45 (17.97% from 255 or 20.09% from 224); Max value from RGB is 131 - color contains mainly: green. Hex color #30832D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30832D is #CF7CD2. Grayscale: #606060. Windows color (decimal): -13597907 or 2982704. OLE color: 2982704.

HSL color Cylindrical-coordinate representation of color #30832D: hue angle of 117.91º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #30832D is Cyan = 0.63, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 48 131 45 -
CMYK 0.63 0 0.66 0.49
HSL 117.91º 0.49% 0.35% -
HSV(B) 117.91º 0.66% 0.51% -
XYZ 9.81 17.05 5.26 -
YUV 96.38 99 93.49 -
System Red Green Blue C M Y K H S L
Decimal 48 131 45 0.63 0 0.66 0.49 117.91 0.49 0.35
Hex 30 83 2D 3F 0 42 31 76 31 23
Octal 60 203 55 77 0 102 61 166 61 43
Binary 110000 10000011 101101 111111 0 1000010 110001 1110110 110001 100011

Color Harmonies of #30832D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30832D

Black with #30832D

Text Example


Text Example

White with #30832D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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