Html Css Color HEX #308F3E Japanese Laurel

📋 copy color: '#308F3E'

red 48 ◦ green 143 ◦ blue 62

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

Shades of Japanese Laurel #308F3E

Tints of Japanese Laurel #308F3E

RGB

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

 GREEN value IS 143 (56.25% from 255) = 56.52%

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

R = 18.97%
G = 56.52%
B = 24.51%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#308F3E (or 0x308F3E) is known color: Japanese Laurel. HEX triplet: 30, 8F and 3E. RGB value is (48,143,62). Sum of RGB (Red+Green+Blue) = 48+143+62=253 (33% of max value = 765). Red value is 48 (19.14% from 255 or 18.97% from 253); Green value is 143 (56.25% from 255 or 56.52% from 253); Blue value is 62 (24.61% from 255 or 24.51% from 253); Max value from RGB is 143 - color contains mainly: green. Hex color #308F3E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #308F3E is #CF70C1. Grayscale: #696969. Windows color (decimal): -13594818 or 4099888. OLE color: 4099888.

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

Color convert

RGB 48 143 62 -
CMYK 0.66 0 0.57 0.44
HSL 128.84º 0.5% 0.37% -
HSV(B) 128.84º 0.66% 0.56% -
XYZ 11.91 20.62 7.91 -
YUV 105.36 103.53 87.09 -
System Red Green Blue C M Y K H S L
Decimal 48 143 62 0.66 0 0.57 0.44 128.84 0.5 0.37
Hex 30 8F 3E 42 0 39 2C 81 32 25
Octal 60 217 76 102 0 71 54 201 62 45
Binary 110000 10001111 111110 1000010 0 111001 101100 10000001 110010 100101

Color Harmonies of #308F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #308F3E

Black with #308F3E

Text Example


Text Example

White with #308F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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