Html Css Color HEX #30823C Japanese Laurel

📋 copy color: '#30823C'

red 48 ◦ green 130 ◦ blue 60

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

Shades of Japanese Laurel #30823C

Tints of Japanese Laurel #30823C

RGB

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

 GREEN value IS 130 (51.17% from 255) = 54.62%

 BLUE value IS 60 (23.83% from 255) = 25.21%

R = 20.17%
G = 54.62%
B = 25.21%

CMYK

 C value IS 0.63

 M value IS 0

 Y value IS 0.54

 K value IS 0.49

RGB Variations

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

Color information

#30823C (or 0x30823C) is known color: Japanese Laurel. HEX triplet: 30, 82 and 3C. RGB value is (48,130,60). Sum of RGB (Red+Green+Blue) = 48+130+60=238 (31% of max value = 765). Red value is 48 (19.14% from 255 or 20.17% from 238); Green value is 130 (51.17% from 255 or 54.62% from 238); Blue value is 60 (23.83% from 255 or 25.21% from 238); Max value from RGB is 130 - color contains mainly: green. Hex color #30823C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30823C is #CF7DC3. Grayscale: #616161. Windows color (decimal): -13598148 or 3965488. OLE color: 3965488.

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

Color convert

RGB 48 130 60 -
CMYK 0.63 0 0.54 0.49
HSL 128.78º 0.46% 0.35% -
HSV(B) 128.78º 0.63% 0.51% -
XYZ 10.02 16.92 7.01 -
YUV 97.5 106.83 92.69 -
System Red Green Blue C M Y K H S L
Decimal 48 130 60 0.63 0 0.54 0.49 128.78 0.46 0.35
Hex 30 82 3C 3F 0 36 31 81 2E 23
Octal 60 202 74 77 0 66 61 201 56 43
Binary 110000 10000010 111100 111111 0 110110 110001 10000001 101110 100011

Color Harmonies of #30823C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30823C

Black with #30823C

Text Example


Text Example

White with #30823C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,130,60); }

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

background-color css

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

 a { background-color: rgb(48,130,60); }

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

border-color css

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

 span { border-color: rgb(48,130,60); }

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