Html Css Color HEX #308C3E Japanese Laurel

📋 copy color: '#308C3E'

red 48 ◦ green 140 ◦ blue 62

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

Shades of Japanese Laurel #308C3E

Tints of Japanese Laurel #308C3E

RGB

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

 GREEN value IS 140 (55.08% from 255) = 56%

 BLUE value IS 62 (24.61% from 255) = 24.8%

R = 19.2%
G = 56%
B = 24.8%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.56

 K value IS 0.45

RGB Variations

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

Color information

#308C3E (or 0x308C3E) is known color: Japanese Laurel. HEX triplet: 30, 8C and 3E. RGB value is (48,140,62). Sum of RGB (Red+Green+Blue) = 48+140+62=250 (33% of max value = 765). Red value is 48 (19.14% from 255 or 19.2% from 250); Green value is 140 (55.08% from 255 or 56% from 250); Blue value is 62 (24.61% from 255 or 24.8% from 250); Max value from RGB is 140 - color contains mainly: green. Hex color #308C3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308C3E is #CF73C1. Grayscale: #676767. Windows color (decimal): -13595586 or 4099120. OLE color: 4099120.

HSL color Cylindrical-coordinate representation of color #308C3E: hue angle of 129.13º degrees, saturation: 0.49, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #308C3E is Cyan = 0.66, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.45.

Color convert

RGB 48 140 62 -
CMYK 0.66 0 0.56 0.45
HSL 129.13º 0.49% 0.37% -
HSV(B) 129.13º 0.66% 0.55% -
XYZ 11.47 19.73 7.76 -
YUV 103.6 104.52 88.34 -
System Red Green Blue C M Y K H S L
Decimal 48 140 62 0.66 0 0.56 0.45 129.13 0.49 0.37
Hex 30 8C 3E 42 0 38 2D 81 31 25
Octal 60 214 76 102 0 70 55 201 61 45
Binary 110000 10001100 111110 1000010 0 111000 101101 10000001 110001 100101

Color Harmonies of #308C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308C3E

Black with #308C3E

Text Example


Text Example

White with #308C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #308C3E; }

 p { color: rgb(48,140,62); }

 H1.HeaderClassName
 {
   color: #308C3E;
 }
 .AnyTagClassName
 {
   color: #308C3E;
 }
</style>

background-color css

<style>
 a { background-color: #308C3E; }

 a { background-color: rgb(48,140,62); }

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

border-color css

<style>
 span { border-color: #308C3E; }

 span { border-color: rgb(48,140,62); }

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