Html Css Color HEX #30923F Japanese Laurel

📋 copy color: '#30923F'

red 48 ◦ green 146 ◦ blue 63

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

Shades of Japanese Laurel #30923F

Tints of Japanese Laurel #30923F

RGB

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

 GREEN value IS 146 (57.42% from 255) = 56.81%

 BLUE value IS 63 (25% from 255) = 24.51%

R = 18.68%
G = 56.81%
B = 24.51%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.57

 K value IS 0.43

RGB Variations

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

Color information

#30923F (or 0x30923F) is known color: Japanese Laurel. HEX triplet: 30, 92 and 3F. RGB value is (48,146,63). Sum of RGB (Red+Green+Blue) = 48+146+63=257 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.68% from 257); Green value is 146 (57.42% from 255 or 56.81% from 257); Blue value is 63 (25% from 255 or 24.51% from 257); Max value from RGB is 146 - color contains mainly: green. Hex color #30923F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30923F is #CF6DC0. Grayscale: #6B6B6B. Windows color (decimal): -13594049 or 4166192. OLE color: 4166192.

HSL color Cylindrical-coordinate representation of color #30923F: hue angle of 129.18º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #30923F is Cyan = 0.67, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.43.

Color convert

RGB 48 146 63 -
CMYK 0.67 0 0.57 0.43
HSL 129.18º 0.51% 0.38% -
HSV(B) 129.18º 0.67% 0.57% -
XYZ 12.4 21.55 8.21 -
YUV 107.24 103.03 85.75 -
System Red Green Blue C M Y K H S L
Decimal 48 146 63 0.67 0 0.57 0.43 129.18 0.51 0.38
Hex 30 92 3F 43 0 39 2B 81 33 26
Octal 60 222 77 103 0 71 53 201 63 46
Binary 110000 10010010 111111 1000011 0 111001 101011 10000001 110011 100110

Color Harmonies of #30923F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30923F

Black with #30923F

Text Example


Text Example

White with #30923F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,146,63); }

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

background-color css

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

 a { background-color: rgb(48,146,63); }

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

border-color css

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

 span { border-color: rgb(48,146,63); }

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