Html Css Color HEX #30812C Japanese Laurel

📋 copy color: '#30812C'

red 48 ◦ green 129 ◦ blue 44

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

Shades of Japanese Laurel #30812C

Tints of Japanese Laurel #30812C

RGB

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

 GREEN value IS 129 (50.78% from 255) = 58.37%

 BLUE value IS 44 (17.58% from 255) = 19.91%

R = 21.72%
G = 58.37%
B = 19.91%

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

#30812C (or 0x30812C) is known color: Japanese Laurel. HEX triplet: 30, 81 and 2C. RGB value is (48,129,44). Sum of RGB (Red+Green+Blue) = 48+129+44=221 (29% of max value = 765). Red value is 48 (19.14% from 255 or 21.72% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 44 (17.58% from 255 or 19.91% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #30812C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30812C is #CF7ED3. Grayscale: #5F5F5F. Windows color (decimal): -13598420 or 2916656. OLE color: 2916656.

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

Color convert

RGB 48 129 44 -
CMYK 0.63 0 0.66 0.49
HSL 117.18º 0.49% 0.34% -
HSV(B) 117.18º 0.66% 0.51% -
XYZ 9.52 16.51 5.07 -
YUV 95.09 99.16 94.41 -
System Red Green Blue C M Y K H S L
Decimal 48 129 44 0.63 0 0.66 0.49 117.18 0.49 0.34
Hex 30 81 2C 3F 0 42 31 75 31 22
Octal 60 201 54 77 0 102 61 165 61 42
Binary 110000 10000001 101100 111111 0 1000010 110001 1110101 110001 100010

Color Harmonies of #30812C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30812C

Black with #30812C

Text Example


Text Example

White with #30812C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30812C; }

 p { color: rgb(48,129,44); }

 H1.HeaderClassName
 {
   color: #30812C;
 }
 .AnyTagClassName
 {
   color: #30812C;
 }
</style>

background-color css

<style>
 a { background-color: #30812C; }

 a { background-color: rgb(48,129,44); }

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

border-color css

<style>
 span { border-color: #30812C; }

 span { border-color: rgb(48,129,44); }

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